Team:UCL/static/geneticstyles.css

From 2013.igem.org

(Difference between revisions)
 
Line 7: Line 7:
#all_content #container .part,
#all_content #container .part,
-
#all_content #container .description
+
#all_content #container .description,
 +
#all_content #container .left_half,
 +
#all_content #container .right_half
{
{
background:#E6E6E6;
background:#E6E6E6;
Line 24: Line 26:
{
{
width:606px;
width:606px;
 +
}
 +
 +
#all_content #container .left_half
 +
{
 +
width:483px;
 +
margin-right:9px;
 +
}
 +
 +
#all_content #container .right_half
 +
{
 +
width:484px;
}
}

Latest revision as of 13:58, 4 September 2013

  1. all_content #container .row_small

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

  1. all_content #container .part,
  2. all_content #container .description,
  3. all_content #container .left_half,
  4. all_content #container .right_half

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

  1. all_content #container .part

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

  1. all_content #container .description

{ width:606px; }

  1. all_content #container .left_half

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

  1. all_content #container .right_half

{ width:484px; }