]> git.cworth.org Git - cworth.org/commitdiff
Add support for floatleft and floatleft classes which we will start using later.
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 11:44:07 +0000 (04:44 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 11:44:07 +0000 (04:44 -0700)
src/local.css

index fe3557085f7ca9c33d5f8a89be04d35f25179b6f..54bbba77c5fa7ecd7f1b6732baeb609bae38bf8a 100644 (file)
@@ -21,3 +21,11 @@ h1, .header, #footer {
 h2,h3,h4,h5,h6 {
     margin-left: -4%;
 }
+
+.floatleft {
+    float: left;
+}
+
+.floatleft {
+    float: right;
+}