Template:GeorgiaTech/css/experiment.css

From 2014.igem.org

(Difference between revisions)
Line 151: Line 151:
     width:100%;
     width:100%;
     height:auto;
     height:auto;
 +
}
 +
 +
.bio img {
 +
    margin:10px;
 +
    -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);
}
}
Line 202: Line 212:
     margin-right:0%;
     margin-right:0%;
     float:right;
     float:right;
 +
    height:auto;
 +
}
 +
 +
.biotext {
 +
    float:left;
 +
    width:100%;
     height:auto;
     height:auto;
}
}

Revision as of 16:16, 8 July 2014