From 574f025403d2e803cd97979e41daddff2ea662dd Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 15 Jun 2009 20:37:54 +0000 Subject: [PATCH] (bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl. --- skins/monobook/main.css | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.20.1