Team:Edinburgh/tech/basiccss
From 2011.igem.org
(Difference between revisions)
m |
|||
Line 30: | Line 30: | ||
#content .main_body { | #content .main_body { | ||
- | width: | + | width:800px; /*This is 965px - 300px for navbox - 10 for padding*/ |
float: right; | float: right; | ||
- | |||
background: white; | background: white; | ||
+ | padding: 0.5em 0.5em 0.5em 0.5em; | ||
+ | text-align:justify; | ||
+ | height:100%; | ||
} | } | ||
Line 42: | Line 44: | ||
#navmenu{ | #navmenu{ | ||
- | + | position:relative; | |
- | position: | + | float: left; |
- | + | ||
padding-top: 0.5em; | padding-top: 0.5em; | ||
- | left:0.5em; | + | padding-left: 0.5em; |
- | width: | + | width: 100px; |
- | height: | + | height: 100%; |
z-index: 1; | z-index: 1; | ||
} | } |
Revision as of 14:32, 20 June 2011
<style type="text/css"> </style>