https://bugzilla.wikimedia.org/show_bug.cgi?id=68354
--- Comment #2 from Brion Vibber <[email protected]> --- wow, deep voodoo :D https://en.wikipedia.org/wiki/Template:Pie_chart#How_it_works Apparently the template requires this additional magic CSS rule, which is in the site's MediaWiki:Common.css or MediaWiki:Mobile.css and apparently isn't getting loaded: .transborder { border: solid transparent; } (There's a slightly different rule defined for old IE compat, which is why it's not inline.) As a workaround we could add the rule to our CSS hacks list, but we probably ought to be fetching the MediaWiki:Mobile.css. It may also be a bug in MobileFrontend that the rule from MediaWiki:Mobile.css isn't loaded when JS is off... -- 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
