Template:Caltech Menubar
From 2012.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
/* This sets the orange background of the screen. */ | /* This sets the orange background of the screen. */ | ||
body {background: #EBA243} | body {background: #EBA243} | ||
+ | |||
+ | /* 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;} | ||
/* Font style and general */ | /* Font style and general */ |
Revision as of 19:35, 10 July 2012