Team:UCL/static/homepagestyles.css

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
{
{
width:976px;
width:976px;
-
height:500px;
+
height:600px;
float:left;
float:left;
}
}

Revision as of 13:01, 29 August 2013

  1. all_content #container .row_large

{ width:976px; height:600px; float:left; }

  1. all_content #container .row_small

{ width:976px; height:250px; float:left; }

  1. all_content #container .col_left,
  2. all_content #container .col_right,
  3. all_content #container .col_1,
  4. all_content #container .col_2

{ background:#E6E6E6; height:100%; float:left; overflow:hidden; }

  1. all_content #container .col_left

{ width:361px; }

  1. all_content #container .col_right

{ width:606px; margin-left:9px; }

  1. all_content #container .col_1

{ width:237px; margin-right:9px; }

  1. all_content #container .col_2

{ width:238px; }