https://bugzilla.wikimedia.org/show_bug.cgi?id=28561
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bawolff <[email protected]> 2011-04-15 20:36:30 UTC --- This has been here for a while (looks like since r51086) >From what I can tell cause is the rule on line 1021 of screen.css: .small, .small * { font-size: 94%; } This would cause <span class="small">outer<span>inner</span></span> to have the font-size: 94% be applied to the "inner" text twice. (if there were more nested times it'd be applied even more. This goes for any tag, not just span). Solution would be to just remove the * part of that rule. What problem was that rule trying to solve? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
