https://bugzilla.wikimedia.org/show_bug.cgi?id=31550
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Derk-Jan Hartman <[email protected]> 2011-10-22 21:28:04 UTC --- Seems your browser is buying into the IE hack then.... /* Galleries */ /* These display attributes look nonsensical, but are needed to support IE and FF2 */ /* Don't forget to update commonPrint.css */ li.gallerybox { vertical-align: top; border: solid 2px white; display: -moz-inline-box; display: inline-block; } ul.gallery, li.gallerybox { zoom: 1; *display: inline; } ul.gallery { margin: 2px; padding: 2px; display: block; } My chrome and safari ignore that display:inline; (as they should).... -- 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
