Template:CSS/MainStyle

From 2014.igem.org

(Difference between revisions)
Line 87: Line 87:
#column1-wrap {   
#column1-wrap {   
-
 
+
  width: 925px;  
-
width: 925px;  
+
margin-left: auto;  
-
background-color: #ffffff;  
+
margin-right: auto;  
-
  float: left;
+
background-color: #ffffff;
-
}
+
-
 
+
-
 
+
}
}
#column1 {
#column1 {
     background-color: cyan;
     background-color: cyan;
-
     width: 400px;
+
     width: 300px;
     float: left;
     float: left;
}
}
Line 104: Line 101:
#column2 {
#column2 {
     background-color: lime;
     background-color: lime;
-
  float: left;
+
    float: right;
     width: 300px;   
     width: 300px;   
}
}

Revision as of 20:26, 14 July 2014