Team:UCL/static/protocolstyles.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#all_content #container .full_row { background:#E6E6E6; width:976px; float:left; } #all_content #container .row_small { width:976px; height:250px; float:left; } #all_content #c...")
 
(One intermediate revision not shown)
Line 13: Line 13:
}
}
-
#all_content #container .part,
+
#all_content #container .protocol,
#all_content #container .description
#all_content #container .description
{
{
Line 22: Line 22:
}
}
-
#all_content #container .part
+
#all_content #container .protocol
{
{
-
width:361px;
+
width:483px;
margin-right:9px;
margin-right:9px;
}
}
Line 30: Line 30:
#all_content #container .description
#all_content #container .description
{
{
-
width:606px;
+
width:484px;
}
}

Latest revision as of 23:52, 4 October 2013

  1. all_content #container .full_row

{ background:#E6E6E6; width:976px; float:left; }

  1. all_content #container .row_small

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

  1. all_content #container .protocol,
  2. all_content #container .description

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

  1. all_content #container .protocol

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

  1. all_content #container .description

{ width:484px; }