diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-04 11:56:17 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-04 11:56:17 -0500 |
commit | aebd98f62e3fd3132dc854ba1389121d7ca61e2c (patch) | |
tree | c7fe3e21905d88d94a2024865e2463577b19d904 | |
parent | d3e190ecec67ae45891d8aee3e3c8af9fc9f8cf9 (diff) |
web commit by tschwinge: ``clear: both'' for `.page*'?
-rw-r--r-- | doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
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 +<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`? |