(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 15 Jun 2009 20:37:54 +0000 (20:37 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 15 Jun 2009 20:37:54 +0000 (20:37 +0000)
skins/monobook/main.css

index 9f37fa5..ae1c7fd 100644 (file)
@@ -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