From: Greg Price Date: Mon, 12 Jan 2009 02:11:21 +0000 (-0500) Subject: restore columns CSS X-Git-Tag: trac-import~61 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/b7135b2c7b0bac1b40c5726509ffac06006813c9?hp=bba39fe9cc3c51fe0048256d7cf2a3b8c3a29fff restore columns CSS --- diff --git a/style.css b/style.css index 44051b9..0fb596b 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,25 @@ a:hover{ background: url('images/gradient.png') no-repeat 0 0 #A8A9AD; margin:0 auto; } + +.cols:after{ + content: ""; + display: block; + height: 0; + clear: both; +} +.col1{ + position: relative; + float: left; + width: 50%; +} +.col2{ + position: relative; + float: right; + align: left; + width: 50%; +} + #logo{ padding-left: 47px; padding-top:18px;