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 35: Line 34:
padding: 10px 15px;
padding: 10px 15px;
display: block;
display: block;
-
        color: white;
 
text-decoration: none;
text-decoration: none;
}
}
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:58, 28 June 2010