Team:UCL-London/static/xpage.css

From 2013.igem.org

(Difference between revisions)
Line 14: Line 14:
margin-right:auto;
margin-right:auto;
background:cyan;
background:cyan;
 +
}
 +
 +
#all_content #container .gap
 +
{
 +
width:100%;
 +
height:9px;
 +
float:left;
 +
}
 +
 +
#all_content #container .row_large
 +
{
 +
width:975px;
 +
height:600px;
 +
float:left;
 +
}
 +
 +
#all_content #container .row_small
 +
{
 +
width:975px;
 +
height:250px;
 +
float:left;
}
}

Revision as of 14:44, 12 August 2013

  1. all_content

{ width:100%; height:400px; background:silver; float:left; }

  1. all_content #container

{ width:976px; height:100%; margin-left:auto; margin-right:auto; background:cyan; }

  1. all_content #container .gap

{ width:100%; height:9px; float:left; }

  1. all_content #container .row_large

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

  1. all_content #container .row_small

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