Team:Aberdeen Scotland/css
From 2009.igem.org
(Difference between revisions)
Line 178: | Line 178: | ||
display:none; /* initially hide the entire list hierarchy */ | display:none; /* initially hide the entire list hierarchy */ | ||
padding:1px; /* this is our box border width */ | padding:1px; /* this is our box border width */ | ||
+ | list-style: none; | ||
} | } | ||
Line 187: | Line 188: | ||
text-decoration:none; | text-decoration:none; | ||
height:30px; | height:30px; | ||
- | width:9em; | + | width:9em; |
+ | list-style: none; | ||
} | } | ||
Line 210: | Line 212: | ||
background:#ffffff; /* this sets our menu's effective "border" color */ | background:#ffffff; /* this sets our menu's effective "border" color */ | ||
font-size:12px; /* this (and also below) sets the menu's font size */ | font-size:12px; /* this (and also below) sets the menu's font size */ | ||
+ | list-style: none; | ||
} | } | ||
Revision as of 10:11, 12 August 2009