Team:St Andrews/Template:StAndrewsIgemStyle
From 2012.igem.org
(Difference between revisions)
(Menubar fixes from DTU-Denmark (again, after Alexejs' reset)) |
|||
Line 19: | Line 19: | ||
} | } | ||
+ | /* Thanks DTU-Denmark 2011 for this! */ | ||
+ | /* Removes "teams" from the menubar */ | ||
+ | #menubar > ul > li:last-child { | ||
+ | display: none;} | ||
+ | /* Resizes the menubar to fik the links (default is 400px) */ | ||
+ | #menubar { | ||
+ | width: auto;} | ||
@media (max-width: 979px) | @media (max-width: 979px) | ||
.navbar-fixed-top, .navbar-fixed-bottom { | .navbar-fixed-top, .navbar-fixed-bottom { | ||
position: fixed; | position: fixed; |
Revision as of 10:37, 6 June 2012
- contentSub {
display:none; }
- p-logo {
display:none; }
- siteSub {
display:none; }
- search-controls {
display:none; }
.firstHeading { display:none; }
/* Thanks DTU-Denmark 2011 for this! */ /* Removes "teams" from the menubar */
- menubar > ul > li:last-child {
display: none;}
/* Resizes the menubar to fik the links (default is 400px) */
- menubar {
width: auto;}
@media (max-width: 979px) .navbar-fixed-top, .navbar-fixed-bottom { position: fixed;