web commit by http://smcv.pseudorandom.co.uk/: on second thoughts, more changes are desirable

master
Joey Hess 2008-07-13 09:50:33 -04:00
parent 4ad9680d52
commit 74bc4af998
1 changed files with 6 additions and 1 deletions

View File

@ -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 `<div class="inlinefooter">` 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]]