Template:UIUC09Temp
From 2009.igem.org
(Difference between revisions)
Line 29: | Line 29: | ||
display: inline; | display: inline; | ||
float: left; | float: left; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 40: | Line 41: | ||
color: #2d2b2b; | color: #2d2b2b; | ||
text-decoration: none; | text-decoration: none; | ||
+ | list-style-type: none; | ||
} | } | ||
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ | * html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ | ||
display: inline-block; | display: inline-block; | ||
+ | list-style-type: none; | ||
} | } | ||
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ | .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{ | ||
color: white; | color: white; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 53: | Line 57: | ||
background: #003C7D; | background: #003C7D; | ||
color: white; | color: white; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 58: | Line 63: | ||
background: #003C7D; /*background of menu items during onmouseover (hover state)*/ | background: #003C7D; /*background of menu items during onmouseover (hover state)*/ | ||
color: white; | color: white; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 66: | Line 72: | ||
display: none; /*collapse all sub menus to begin with*/ | display: none; /*collapse all sub menus to begin with*/ | ||
visibility: hidden; | visibility: hidden; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 72: | Line 79: | ||
display: list-item; | display: list-item; | ||
float: none; | float: none; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 77: | Line 85: | ||
.ddsmoothmenu ul li ul li ul{ | .ddsmoothmenu ul li ul li ul{ | ||
top: 0; | top: 0; | ||
+ | list-style-type: none; | ||
} | } | ||
Line 87: | Line 96: | ||
border-top-width: 0; | border-top-width: 0; | ||
border-bottom: 1px solid gray; | border-bottom: 1px solid gray; | ||
+ | list-style-type: none; | ||
} | } | ||
Revision as of 16:30, 8 June 2009