From: Joey Hess Date: Sun, 13 Jul 2008 13:50:33 +0000 (-0400) Subject: web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more changes are... X-Git-Tag: 2.54~99^2~18 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/74bc4af99884f149853914a4a5dea5ea9331ed38 web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more changes are desirable --- 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 index b0a63ba3c..b08468af4 100644 --- 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 @@ -24,4 +24,9 @@ adding this `clear: both`? >> by "clear above and below" - the clear attribute takes values none, left, >> right or both, and its purpose is to stop floating boxes (sidebars, >> mainly) from overlapping with footers. ->> --[[smcv]] +>> +>> ... oh, I see what you mean - this affects inlines too. In inlinepage.tmpl +>> we could wrap the "pseudo-footer" in `
` too? +>> Then sites could choose whether to set clear:both on the inlinefooter +>> or not, and this would be separate from the same styling on whole pages. +>> I'll do some patches to add extra CSS hooks in the templates. --[[smcv]]