From: Siebrand Mazeland Date: Mon, 15 Jun 2009 20:37:54 +0000 (+0000) Subject: (bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl. X-Git-Tag: 1.31.0-rc.0~41353 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=574f025403d2e803cd97979e41daddff2ea662dd;p=lhc%2Fweb%2Fwiklou.git (bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl. --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 9f37fa5196..ae1c7fd09b 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -923,6 +923,13 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { text-transform: none; } +/* What matches for nds must not match for nds-nl - bug 19209 */ +.portlet h5[lang|=nds-nl], +.portlet h6[lang|=nds-nl], +#p-personal ul[lang|=nds-nl], +#p-cactions ul[lang|=nds-nl] li a { + text-transform: lowercase; +} /* TODO: #t-iscite is only used by the Cite extension, come up with some * system which allows extensions to add to this file on the fly