X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a0dbdcad77a97ab1219beeb8a92305538500ba3a..1a3e6bf3e2eff84e6456b76a07568429473c4184:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 7c97a518c..8dd3b1c15 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; } @@ -92,6 +91,10 @@ nav { text-align: center; } +img.img { + margin: 0.5ex; +} + .align-left { float:left; }