Team:Freiburg Software/css boxes

From 2010.igem.org

(Difference between revisions)
Line 14: Line 14:
/* Box guide */
/* Box guide */
-
.box_guide {
+
.box_guide a {
float: left;
float: left;
width: 370px;
width: 370px;
Line 21: Line 21:
background: #777777;
background: #777777;
border: 3px groove #777777;
border: 3px groove #777777;
 +
}
 +
.box_guide a:hover {
 +
background: #666666;
}
}

Revision as of 15:20, 22 October 2010