aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-15 13:44:42 -0400
committerJoey Hess <joey@kitenet.net>2010-06-15 13:44:42 -0400
commit3adde7a38c014e836f93432f1da67ef3e2399769 (patch)
treed6797cce61d1724de16be25f6fc96ccb6b7ae799 /doc/style.css
parentd541cc854a6e610d2d9f5f7b950f4abb76e36954 (diff)
downloadikiwiki-3adde7a38c014e836f93432f1da67ef3e2399769.tar
ikiwiki-3adde7a38c014e836f93432f1da67ef3e2399769.tar.gz
clear floats before comments begin
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index 7c97a518c..bf000dae1 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -62,10 +62,9 @@ nav {
margin-top: .4em;
}
-.pagefooter {
- clear: both;
-}
-.inlinefooter {
+.pagefooter,
+.inlinefooter,
+.comments {
clear: both;
}