From: Carl Worth Date: Wed, 23 May 2007 11:44:07 +0000 (-0700) Subject: Add support for floatleft and floatleft classes which we will start using later. X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=f9e3539464ce1c577ba555d19a1d038717f7f72d Add support for floatleft and floatleft classes which we will start using later. --- 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; +}