Template:CSS/MainStyle

From 2014.igem.org

(Difference between revisions)
Line 87: Line 87:
#column1-wrap {   
#column1-wrap {   
-
   width: 925px;  
+
   font-family: Arial, Helvetica, sans-serif;
 +
font-weight: normal;
 +
font-size: 14px;
 +
color: #414141;
 +
width: 925px;  
margin-left: auto;  
margin-left: auto;  
margin-right: auto;  
margin-right: auto;  
-
background-color: #ffffff;  
+
background-color: #ffffff;
 +
margin-top: 0px;
 +
 
 +
    padding-top: 25px;
 +
    padding-bottom: 25px;
 +
    padding-right: 25px;
 +
    padding-left: 25px;
}
}
#column1 {
#column1 {
     background-color: cyan;
     background-color: cyan;
-
     width: 300px;
+
     width: 400px;
     float: left;
     float: left;
}
}
Line 102: Line 112:
     background-color: lime;
     background-color: lime;
   float: left;
   float: left;
-
     width: 300px;   
+
     width: 400px;   
}
}

Revision as of 20:25, 14 July 2014