Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 344: Line 344:
height:100px;
height:100px;
border-radius:100px;
border-radius:100px;
-
margin:auto;
+
display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
 
border:solid thin grey;
border:solid thin grey;
Line 357: Line 360:
   height: 150px;
   height: 150px;
   width:150px;
   width:150px;
-
margin:0 auto;
+
display: block;
-
left:
+
    margin-left: auto;
 +
    margin-right: auto;
 +
 
}
}

Revision as of 20:21, 12 October 2014