Template:GeorgiaTech/css/experiment.css

From 2014.igem.org

(Difference between revisions)
Line 45: Line 45:
.sponsors {
.sponsors {
 +
        font-family: Tahoma;
 +
        font-size: 14px;
 +
        color: #3D3D3D;
 +
        padding: 15px 60px;
         width: 100%;
         width: 100%;
         margin-left:auto;
         margin-left:auto;
Line 50: Line 54:
background-color: white;
background-color: white;
         height: auto;
         height: auto;
 +
        border: 1px solid #cccccc;
 +
        -webkit-border-radius: 10px;
 +
        -moz-border-radius: 10px;
 +
        border-radius: 10px;
 +
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 +
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 +
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
}
.sponsors ul {
.sponsors ul {

Revision as of 16:01, 26 June 2014