Team:UCL/static/essaystyles.css
From 2013.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 25: | Line 25: | ||
border-top:9px solid white; | border-top:9px solid white; | ||
float:left; | float:left; | ||
- | + | overflow:hidden; | |
} | } | ||
Line 36: | Line 36: | ||
border-top:9px solid white; | border-top:9px solid white; | ||
float:right; | float:right; | ||
- | + | overflow:hidden; | |
+ | } | ||
+ | |||
+ | #all_content #container .full_page .image_middle | ||
+ | { | ||
+ | width:976px; | ||
+ | height:250px; | ||
+ | border-bottom:9px solid white; | ||
+ | border-top:9px solid white; | ||
+ | float:left; | ||
+ | overflow:hidden; | ||
} | } |
Latest revision as of 20:36, 4 October 2013
- all_content #container .full_page
{ width:976px; height:auto; float:left; background:#E6E6E6; overflow:hidden; }
- all_content #container .full_page .main_image
{ width:606px; height:600px; border-left:9px solid white; border-bottom:9px solid white; float:right; }
- all_content #container .full_page .small_image_left
{ width:361px; height:250px; border-right:9px solid white; border-bottom:9px solid white; border-top:9px solid white; float:left; overflow:hidden; }
- all_content #container .full_page .small_image_right
{ width:361px; height:250px; border-left:9px solid white; border-bottom:9px solid white; border-top:9px solid white; float:right; overflow:hidden; }
- all_content #container .full_page .image_middle
{ width:976px; height:250px; border-bottom:9px solid white; border-top:9px solid white; float:left; overflow:hidden; }