https://bugzilla.wikimedia.org/show_bug.cgi?id=48322
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #4 from Derk-Jan Hartman <[email protected]> --- This is not a bug, this is expected behavior of CSS styling (You can also see it as an oversight in the CSS specification). Basically, these bullets and numbers exist outside of the content block by definition. The floating block 'pushes' away the content block of the lists (which are inline blocks). This pushing is not enough however to clear the existing element indicators (because they are outside the content block). On en.wp we use https://en.wikipedia.org/wiki/Template:Flowlist + some css in common.css to work around this. Dupe of 11782 *** This bug has been marked as a duplicate of bug 11782 *** -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
