Template:Debrecen-Hungary secret
From 2010.igem.org
(Difference between revisions)
Line 68: | Line 68: | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
- | font-size: | + | font-size: 1 em; |
float: left; | float: left; | ||
background: black; | background: black; | ||
- | text-align: | + | text-align: left; |
width: 130px; | width: 130px; | ||
position: relative; /* Sets the positioning context for each drop-down menu. */ | position: relative; /* Sets the positioning context for each drop-down menu. */ | ||
Line 93: | Line 93: | ||
div.MenuBar ul li a:hover ul.DropDownMenu { | div.MenuBar ul li a:hover ul.DropDownMenu { | ||
display: block; | display: block; | ||
- | width: | + | width: 12.5em; /* Drop-down menu width. |
Use MenuTailor.css to customize. */ | Use MenuTailor.css to customize. */ | ||
height: 1em; | height: 1em; | ||
Line 107: | Line 107: | ||
div.MenuBar ul li:hover ul.DropDownMenu li a, | div.MenuBar ul li:hover ul.DropDownMenu li a, | ||
div.MenuBar ul li a:hover ul.DropDownMenu li a { | div.MenuBar ul li a:hover ul.DropDownMenu li a { | ||
- | width: | + | width: 12.5em; /* Keep it sync with the drop-down menu width. |
Use MenuTailor.css to customize. */ | Use MenuTailor.css to customize. */ | ||
height: 1em; | height: 1em; |
Revision as of 14:05, 23 October 2010
|