Template:CSS/MainStyle

From 2014.igem.org

(Difference between revisions)
Line 120: Line 120:
-
/*-- subdivided container (two equal columns)--*/
+
/*-- subdivided container (two different columns)--*/
-
#column1-wrap {   
+
#columns-wrap {   
   width: 975px;  
   width: 975px;  
margin-left: auto;  
margin-left: auto;  
Line 129: Line 129:
}
}
-
#column1 {
+
#column1s {
     background-color: lime;
     background-color: lime;
     width: 300px;
     width: 300px;
Line 139: Line 139:
}
}
-
#column2 {
+
#column2s {
     background-color: cyan;
     background-color: cyan;
     float: left;
     float: left;

Revision as of 20:49, 14 July 2014