Team:Aberdeen Scotland/css
From 2009.igem.org
(Difference between revisions)
Line 108: | Line 108: | ||
padding:0; | padding:0; | ||
border:0; | border:0; | ||
- | height: | + | height:37px; /* the menu's overall height */ |
width:100%; /* we always want our menu to fill the available space */ | width:100%; /* we always want our menu to fill the available space */ | ||
font-family: Verdana, Arial, Helvetica, sans-serif; | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
Line 147: | Line 147: | ||
.drop { | .drop { | ||
display:block; | display:block; | ||
- | + | padding:2px .5em; /* this sets the l/r margins for our menu item */ | |
margin:0; | margin:0; | ||
text-align:right; /* this right alignment goes with the float:left below */ | text-align:right; /* this right alignment goes with the float:left below */ |
Revision as of 10:08, 6 August 2009