Team:Freiburg Bioware/css

From 2010.igem.org

(Difference between revisions)
Line 90: Line 90:
width: 400px;  
width: 400px;  
height: auto;
height: auto;
 +
}
 +
 +
div.box {
 +
    border: 1px solid #eee;
 +
    background:-moz-linear-gradient(top, #fff, #adf); /* Firefox */
 +
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#adf)); /* Safari, Chrome */
 +
    -webkit-border-radius: 10px;
 +
    -khtml-border-radius: 10px;
 +
    -moz-border-radius: 10px;
 +
    border-radius: 10px;
 +
    width:905px;
}
}

Revision as of 17:03, 25 October 2010