]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
web commit by http://weakish.int.eu.org/: some more thought
[ikiwiki.git] / doc / bugs / __96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
1 Please have a look at
2 <http://www.bddebian.com/~wiki/hurd/running/debian/faq/>.
3 There is (on a sufficiently small display) a large free spacing between the
4 *vmstat* line and the first *Posted* line.
5 Even without any `local.css`.
6 This is because of `clear: both` in ikiwiki's `style.css`, line 109,
7 for `.pagedate, .pagelicense, .pagecopyright`.
8
9 I can override this in `local.css`, but what was the original reason for
10 adding this `clear: both`?
11
12 > Without investigating in detail, I think it was probably because any
13 > of the items can be enabled or disabled. So any of them might be the
14 > first item after the horizontal rule, and any might be the last item
15 > before the modification date. So all of them have to clear both above and
16 > below. I'm sure there are better ways for the CSS to handle that.
17 > --[[Joey]]