]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / doc / bugs / __96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn
index b0a63ba3c89e0d617b09f5cc73c08854c45cb9b4..a1b5ba94acb1ec1185147ee2a7a931e5816e38a9 100644 (file)
@@ -24,4 +24,12 @@ 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.
+>>
+>> [[done]] --[[smcv]]
+
+[[patch]]