Last modified: 2013-05-20 12:41:47 UTC
Created attachment 12293 [details] Screenshot of bug As reported on dewiki [1] thumbnails aligned left may overlap list items. Example for this behaviour is [2] (screenshot attached). [1] http://de.wikipedia.org/w/index.php?title=Wikipedia:Fragen_zur_Wikipedia&oldid=118366048#Bild_und_Aufz.C3.A4hlungszahlen_.C3.BCberschneiden_sich [2]http://de.wikipedia.org/w/index.php?title=Amun&diff=118352843&oldid=117900557
Thanks for reporting this. Browser information (browser and version) extremely welcome. In Firefox 18 I don't see any hidden numbers for that list and link.
Created attachment 12351 [details] Bug with Firefox 21.0 on Win7
First screenshot was made with IE8. I've attached another screenshot from Firefox 21.0 where the numbers partly overlay the thumbnail.
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 ***