Team:Paris-Saclay/left-column.css
From 2012.igem.org
(Difference between revisions)
YohannPetiot (Talk | contribs) |
YohannPetiot (Talk | contribs) |
||
Line 1: | Line 1: | ||
#left-column { | #left-column { | ||
- | float: left; | + | float: left; |
- | width: 220px; | + | width: 220px; |
- | margin-right: 10px; | + | margin-right: 10px; |
- | margin-bottom: 0px; | + | margin-bottom: 0px; |
- | background-color: | + | padding: 10px; |
- | margin-top: - | + | background-color: rgb(185, 211, 238); |
+ | margin-top: 0px; | ||
+ | min-height: 500px; | ||
} | } |
Revision as of 07:48, 3 August 2012
- left-column {
float: left; width: 220px; margin-right: 10px; margin-bottom: 0px; padding: 10px; background-color: rgb(185, 211, 238); margin-top: 0px; min-height: 500px;
}