陳沛鴻 Styling tricks

From 2014hs.igem.org

(Difference between revisions)
Line 16: Line 16:
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
-
     display: auto;}
+
     display: none;}
/* Resizes the menubar to fik the links (default is 400px) */
/* Resizes the menubar to fik the links (default is 400px) */
#menubar {
#menubar {
-
     width: none;}
+
     width: auto;}

Revision as of 01:23, 4 May 2014