summaryrefslogtreecommitdiff
path: root/doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
blob: e389ce3ed23699a95dd929cfbdb79fa6a3ca5e98 (plain)

Please have a look at http://www.bddebian.com/~wiki/hurd/running/debian/faq/. 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?

Without investigating in detail, I think it was probably because any of the items can be enabled or disabled. So any of them might be the first item after the horizontal rule, and any might be the last item before the modification date. So all of them have to clear both above and below. I'm sure there are better ways for the CSS to handle that. --[[Joey]]