Revision: 51924
Author:   siebrand
Date:     2009-06-15 20:37:54 +0000 (Mon, 15 Jun 2009)

Log Message:
-----------
(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.

Modified Paths:
--------------
    trunk/phase3/skins/monobook/main.css

Modified: trunk/phase3/skins/monobook/main.css
===================================================================
--- trunk/phase3/skins/monobook/main.css        2009-06-15 20:21:42 UTC (rev 
51923)
+++ trunk/phase3/skins/monobook/main.css        2009-06-15 20:37:54 UTC (rev 
51924)
@@ -923,6 +923,13 @@
        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



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to