User:Macowell/publishbox.css
From 2007.igem.org
< User:Macowell(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 18: | Line 18: | ||
#PublishBox p { | #PublishBox p { | ||
float:right; | float:right; | ||
- | + | // padding: 0 8px 0 0; | |
color: #555; | color: #555; | ||
font-weight: bold; | font-weight: bold; |
Latest revision as of 02:12, 8 September 2008
#PublishBox { margin: 2em 16px 4px 16px; background-color: #d9f0f8; border-right: 2px solid #ade2f2; border-bottom: 2px solid #ade2f2; font-size: 1em; //min-height: 140px; width: 620px; float: left; } #PublishBox img { float: left; // padding: 0 10px 0 8px; border: solid 1px #d9f0f8; } #PublishBox p { float:right; // padding: 0 8px 0 0; color: #555; font-weight: bold; } .PublishEntry { float:left; width: 350px; //margin:1em; padding: 0 12px 6px 0; } #PublishBox .metainfo { margin: 0; padding: 0} #PublishBox .metainfo h2 { top: -1.5em }