https://bugzilla.wikimedia.org/show_bug.cgi?id=19209
--- Comment #2 from Gurch <[email protected]> 2009-06-15 18:02:21 UTC --- Sorry, forget that last bit. I overlooked the lines #p-personal ul[lang|=nds], #p-cactions ul[lang|=nds] li a, ... { text-transform: none; } that were added here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/monobook/main.css?r1=49159&r2=49331 Since the CSS '|=' operator treats hyphens as separators, those two lines are matching "nds-nl" as well as "nds". The override I mentioned above should work anyway (might need to use '!important'). -- 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
