From 47502aa3a3d2c93032dadeedf46793f9123a9edb Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 10 Jan 2009 19:48:35 -0500 Subject: [PATCH] Clear floats at the bottom of
. --- local.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.css b/local.css index 46c1c4f..855d53c 100644 --- a/local.css +++ b/local.css @@ -3,6 +3,14 @@ body font-family: verdana, arial, helvetica, sans-serif; } +.cols:after +{ +content: ""; +display: block; +height: 0; +clear: both; +} + .col1 { position: relative; -- 2.44.0