clear floats before comments begin

master
Joey Hess 2010-06-15 13:44:42 -04:00
parent d541cc854a
commit 3adde7a38c
1 changed files with 3 additions and 4 deletions

View File

@ -62,10 +62,9 @@ nav {
margin-top: .4em;
}
.pagefooter {
clear: both;
}
.inlinefooter {
.pagefooter,
.inlinefooter,
.comments {
clear: both;
}