From: Carl Worth Date: Wed, 23 May 2007 12:52:02 +0000 (-0700) Subject: Give our floats a bit of padding X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=11ab85b0167f00270c8b507a4582c5993f8ef3a3 Give our floats a bit of padding --- diff --git a/src/local.css b/src/local.css index 382c92e..5c8975e 100644 --- a/src/local.css +++ b/src/local.css @@ -39,8 +39,10 @@ h2,h3,h4,h5,h6 { .floatleft { float: left; + padding-right: 0.5em; } .floatright { float: right; + padding-left: 0.5em; }