Team:SDU-Denmark/css2

From 2010.igem.org

(Difference between revisions)
Line 29: Line 29:
margin: 0; padding: 0;
margin: 0; padding: 0;
border-right: //1px solid #555; /*--Divider for each parent level links--*/
border-right: //1px solid #555; /*--Divider for each parent level links--*/
 +
        color: #6982f9;
}
}
Line 39: Line 40:
ul#topnav li:hover {  
ul#topnav li:hover {  
-
         //color: #6982f9;  
+
         color: #6982f9;  
}/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
}/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

Revision as of 14:55, 28 June 2010