Team:Paris-Saclay/left-column.css

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
     float: left;
     float: left;
     width: 220px;
     width: 220px;
 +
    min-height : 500px;
     margin-right: 10px;
     margin-right: 10px;
     margin-bottom: 0px;
     margin-bottom: 0px;

Revision as of 09:41, 3 August 2012

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

}