Team:Freiburg Bioware/css

From 2010.igem.org

(Difference between revisions)
Line 64: Line 64:
/* box IE */
/* box IE */
.box_full {
.box_full {
-
background: #66edac;
+
background: #cbf3cb;
}
}
div.box_full {
div.box_full {
Line 70: Line 70:
padding:10px;
padding:10px;
border: 1px solid #eee;
border: 1px solid #eee;
-
background:-moz-linear-gradient(top, #fff, #66edac); /* Firefox */
+
background:-moz-linear-gradient(top, #fff, #cbf3cb); /* Firefox */
-
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#66edac)); /* Safari, Chrome */
+
background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbf3cb)); /* Safari, Chrome */
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-khtml-border-radius: 10px;

Revision as of 21:07, 25 October 2010