Team:TU-Delft/CSS

From 2012.igem.org

(Difference between revisions)
Line 295: Line 295:
}
}
 +
#nav li { /*float the main list items*/
 +
        position:static;
 +
margin: 0;
 +
float: left;
 +
display: inline;
 +
padding:0 3px;
 +
background:white ;
 +
text-align:center;
 +
width:90px;
 +
 +
}
#nav li ul {
#nav li ul {
Line 316: Line 327:
}
}
-
#nav li.on ul a, #nav li.off ul a {
+
 
-
/*float: center; ie doesn't inherit the float*/
+
-
border: 0;
+
-
font-size:12px;
+
-
color:  #2ab117;
+
-
width: auto;
+
-
margin-right: 0px;
+
-
/*text-align: center;*/
+
-
}
+

Revision as of 01:09, 27 October 2012