Team:SydneyUni Australia/Templates/Nav-CSS
From 2013.igem.org
(Difference between revisions)
C.Squirrel (Talk | contribs) (Created page with "#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; height: 0px;} #content { border: none;...") |
C.Squirrel (Talk | contribs) |
||
Line 9: | Line 9: | ||
#menubar > ul > li:last-child { | #menubar > ul > li:last-child { | ||
display: none;} | display: none;} | ||
- | /* Resizes the menubar to | + | /* Resizes the menubar to fix the links (default is 400px) */ |
#menubar { | #menubar { | ||
width: auto;} | width: auto;} |
Revision as of 02:44, 24 July 2013
- contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
display:none;}
- top-section {
border: none; height: 0px;}
- content {
border: none;}
/* Removes "teams" from the menubar */
- menubar > ul > li:last-child {
display: none;}
/* Resizes the menubar to fix the links (default is 400px) */
- menubar {
width: auto;}