Team:Aberdeen Scotland/css

From 2009.igem.org

(Difference between revisions)
Line 108: Line 108:
padding:0;
padding:0;
border:0;
border:0;
-
height:30px;                                  /* the menu's overall height */
+
height:35px;                                  /* 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 126: Line 126:
border:0;
border:0;
list-style-type:none;          /* we don't want to view the list as a list */
list-style-type:none;          /* we don't want to view the list as a list */
-
line-height:2em;          /* globally set the menu's item spacing. note */
+
line-height:0em;          /* globally set the menu's item spacing. note */
}                              /* this must be 1.0 or 1.5 or 2.0 for Mozilla */
}                              /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

Revision as of 10:10, 6 August 2009