]> 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 tschwinge: ``clear: both'' for `.page*'?
[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`?