https://bugzilla.wikimedia.org/show_bug.cgi?id=31550
--- Comment #3 from Bawolff <[email protected]> 2011-10-23 18:46:42 UTC --- Firebug is claiming that display style is set to inline-block... It says the following styles are active o the li.gallerybox (minus a couple things inherited on pretty much all elements) element.style { width:155px; } ul.gallery, li.gallerybox { } li.gallerybox { border:2px solid white; display:inline-block; vertical-align:top; } li { margin-bottom:0.1em; } Inherited from ul.gallery ul { list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANCAMAAABW4lS6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAFKM////QIUK9QAAAAJ0Uk5T/wDltzBKAAAAGklEQVR42mJgBAEGokgGBjBGBxBxsBqAAAMACHwALd5r8ygAAAAASUVORK5CYII=); } ul { line-height:1.5em; list-style-type:square; } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
