From: Joey Hess Date: Tue, 4 Dec 2007 16:56:17 +0000 (-0500) Subject: web commit by tschwinge: ``clear: both'' for `.page*'? X-Git-Tag: 2.16~99 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aebd98f62e3fd3132dc854ba1389121d7ca61e2c;p=ikiwiki.git web commit by tschwinge: ``clear: both'' for `.page*'? --- diff --git a/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn b/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn new file mode 100644 index 000000000..1f3c9bbb6 --- /dev/null +++ b/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn @@ -0,0 +1,10 @@ +Please have a look at +. +There is (on a sufficiently small display) a large free spacing between the +*vmstat* line and the first *Posted* line. +Even without any `local.css`. +This is because of `clear: both` in ikiwiki's `style.css`, line 109, +for `.pagedate, .pagelicense, .pagecopyright`. + +I can override this in `local.css`, but what was the original reason for +adding this `clear: both`?