Template:Team:BostonU/CSS
From 2014.igem.org
(Difference between revisions)
Line 289: | Line 289: | ||
/* level 2 list */ | /* level 2 list */ | ||
- | #nav ul { | + | #nav > ul { |
/*display: none;*/ | /*display: none;*/ | ||
opacity:0; | opacity:0; | ||
Line 300: | Line 300: | ||
} | } | ||
- | #nav ul li { | + | #nav > ul > li { |
float: none; | float: none; | ||
margin: 0; | margin: 0; | ||
Line 306: | Line 306: | ||
} | } | ||
- | #nav ul a { | + | #nav > ul > a { |
font-weight: normal; | font-weight: normal; | ||
/*text-shadow: 0 1px 0 #fff;*/ | /*text-shadow: 0 1px 0 #fff;*/ |
Revision as of 02:00, 16 October 2014