]> git.cworth.org Git - cworth.org/commitdiff
Fix typo preventing floatright class from working.
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:27:24 +0000 (05:27 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 12:27:24 +0000 (05:27 -0700)
src/local.css

index b0c18971336838426cb505399ad18978339a999d..4264d8b181a8a7ae4e66fc442cd35f4de3c93e7c 100644 (file)
@@ -33,6 +33,6 @@ h2,h3,h4,h5,h6 {
     float: left;
 }
 
-.floatleft {
+.floatright {
     float: right;
 }