]> sipb.mit.edu Git - ikiwiki.git/commitdiff
clear floats before comments begin
authorJoey Hess <joey@kitenet.net>
Tue, 15 Jun 2010 17:44:42 +0000 (13:44 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 15 Jun 2010 17:44:42 +0000 (13:44 -0400)
doc/style.css

index 7c97a518c6679b871505cdd8fd7fda8cb2b4568e..bf000dae189ac8d7c12a6780837a422a3773873c 100644 (file)
@@ -62,10 +62,9 @@ nav {
        margin-top: .4em;
 }
 
        margin-top: .4em;
 }
 
-.pagefooter {
-       clear: both;
-}
-.inlinefooter {
+.pagefooter,
+.inlinefooter,
+.comments {
        clear: both;
 }
 
        clear: both;
 }