]> sipb.mit.edu Git - wiki.git/commitdiff
restore columns CSS
authorGreg Price <price@mit.edu>
Mon, 12 Jan 2009 02:11:21 +0000 (21:11 -0500)
committerGreg Price <price@mit.edu>
Mon, 12 Jan 2009 02:11:39 +0000 (21:11 -0500)
style.css

index 44051b9de4b2bf85cf7607740b40145d9f741c85..0fb596bf4a7e1f1d3d7ff6d9dd3db97af38cf029 100644 (file)
--- 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;