Team:UCL/static/xpage.css

From 2013.igem.org

(Difference between revisions)
Line 28: Line 28:
height:9px;
height:9px;
float:left;
float:left;
 +
}
 +
 +
table
 +
{
 +
margin: 0px 0px 9px 14px;
}
}

Revision as of 16:05, 8 September 2013

/********************/ /*GLOBAL PAGE STYLES*/ /********************/

body { font-size:10px; }

  1. all_content

{ width:100%; background-image:url("Bg_upload.jpg"); float:left; }

  1. all_content #container

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

  1. all_content #container .gap

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

table { margin: 0px 0px 9px 14px; }