Team:TU-Delft/CSS
From 2012.igem.org
(Difference between revisions)
Line 286: | Line 286: | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
+ | |||
+ | #nav li.on ul, #nav li.off ul { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #nav a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #nav li { /*float the main list items*/ | ||
+ | position:static; | ||
+ | margin: 0; | ||
+ | float: left; | ||
+ | display: inline; | ||
+ | padding:0 3px; | ||
+ | background:white ; | ||
+ | text-align:center; | ||
+ | width:90px; | ||
+ | |||
+ | } | ||
+ | |||
Revision as of 00:59, 27 October 2012