X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb..74d975ff4d883b7c2ed4e0517b6665abd2cfe6cc:/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; }