From b7135b2c7b0bac1b40c5726509ffac06006813c9 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 11 Jan 2009 21:11:21 -0500 Subject: [PATCH 1/1] restore columns CSS --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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; -- 2.45.0