Team:UCL/static/homepagestyles.css
From 2013.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
{ | { | ||
width:976px; | width:976px; | ||
- | height: | + | height:600px; |
float:left; | float:left; | ||
} | } |
Revision as of 13:01, 29 August 2013
- all_content #container .row_large
{ width:976px; height:600px; float:left; }
- all_content #container .row_small
{ width:976px; height:250px; float:left; }
- all_content #container .col_left,
- all_content #container .col_right,
- all_content #container .col_1,
- all_content #container .col_2
{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }
- all_content #container .col_left
{ width:361px; }
- all_content #container .col_right
{ width:606px; margin-left:9px; }
- all_content #container .col_1
{ width:237px; margin-right:9px; }
- all_content #container .col_2
{ width:238px; }