From e49712e85d937ce1f790806512175c46e1ebd954 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 23 May 2007 05:27:24 -0700 Subject: [PATCH] Fix typo preventing floatright class from working. --- src/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0