From: Joey Hess Date: Tue, 15 Jun 2010 17:44:42 +0000 (-0400) Subject: clear floats before comments begin X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/3adde7a38c014e836f93432f1da67ef3e2399769?hp=d541cc854a6e610d2d9f5f7b950f4abb76e36954 clear floats before comments begin --- 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; }