X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/a0dbdcad77a97ab1219beeb8a92305538500ba3a..d2f56f7dea7252ce8c11b6c58049ecce515f155c:/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; }