diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 7 |
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; } |