]> sipb.mit.edu Git - wiki.git/commitdiff
Clear floats at the bottom of <div class="cols" />.
authorAnders Kaseorg <andersk@mit.edu>
Sun, 11 Jan 2009 00:48:35 +0000 (19:48 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 11 Jan 2009 00:48:35 +0000 (19:48 -0500)
local.css

index 46c1c4fbe0813d76f407776d6ba71acf58bf1737..855d53c0ded454c768b79bf51014ac8f49cc66ef 100644 (file)
--- a/local.css
+++ b/local.css
@@ -3,6 +3,14 @@ body
 font-family: verdana, arial, helvetica, sans-serif;
 }
 
 font-family: verdana, arial, helvetica, sans-serif;
 }
 
+.cols:after
+{
+content: "";
+display: block;
+height: 0;
+clear: both;
+}
+
 .col1
 {
 position: relative;
 .col1
 {
 position: relative;