Team:Paris-Saclay/left-column.css

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#left-column {
+
#left-column{
     float: left;
     float: left;
     width: 220px;
     width: 220px;
Line 7: Line 7:
     background-color: rgb(185, 211, 238);
     background-color: rgb(185, 211, 238);
     margin-top: 0px;
     margin-top: 0px;
-
    min-height: 500px;
 
}
}

Revision as of 08:29, 3 August 2012

  1. left-column{
   float: left;
   width: 220px;
   margin-right: 10px;
   margin-bottom: 0px;
   padding: 10px;
   background-color: rgb(185, 211, 238);
   margin-top: 0px;

}