From: Carl Worth Date: Wed, 23 May 2007 12:27:24 +0000 (-0700) Subject: Fix typo preventing floatright class from working. X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=e49712e85d937ce1f790806512175c46e1ebd954 Fix typo preventing floatright class from working. --- diff --git a/src/local.css b/src/local.css index b0c1897..4264d8b 100644 --- a/src/local.css +++ b/src/local.css @@ -33,6 +33,6 @@ h2,h3,h4,h5,h6 { float: left; } -.floatleft { +.floatright { float: right; }