From f9e3539464ce1c577ba555d19a1d038717f7f72d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 04:44:07 -0700 Subject: [PATCH] Add support for floatleft and floatleft classes which we will start using later. --- src/local.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/local.css b/src/local.css index fe35570..54bbba7 100644 --- a/src/local.css +++ b/src/local.css @@ -21,3 +21,11 @@ h1, .header, #footer { h2,h3,h4,h5,h6 { margin-left: -4%; } + +.floatleft { + float: left; +} + +.floatleft { + float: right; +} -- 2.43.0