Team:CBNU-Korea/Team
From 2012.igem.org
(Difference between revisions)
Line 292: | Line 292: | ||
/* iPhone, etc portrait ---- */ | /* iPhone, etc portrait ---- */ | ||
@media all and (min-width : 320px) and (max-width : 768px) { | @media all and (min-width : 320px) and (max-width : 768px) { | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#menubar { | #menubar { | ||
display: none; | display: none; | ||
Line 349: | Line 346: | ||
/* iPad, tablets etc portrait ---- */ | /* iPad, tablets etc portrait ---- */ | ||
@media all and (min-width : 769px) and (max-width : 1024px ) { | @media all and (min-width : 769px) and (max-width : 1024px ) { | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#menubar { | #menubar { | ||
display: block; | display: block; | ||
Line 415: | Line 409: | ||
/* large Desktops */ | /* large Desktops */ | ||
@media all and (min-width: 1025px) { | @media all and (min-width: 1025px) { | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#menubar { | #menubar { | ||
display: block; | display: block; |
Revision as of 14:12, 22 September 2012