r51924 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51923‎ | r51924 | r51925 >
Date:20:37, 15 June 2009
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.
Modified paths:
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -923,6 +923,13 @@
924924 text-transform: none;
925925 }
926926
 927+/* What matches for nds must not match for nds-nl - bug 19209 */
 928+.portlet h5[lang|=nds-nl],
 929+.portlet h6[lang|=nds-nl],
 930+#p-personal ul[lang|=nds-nl],
 931+#p-cactions ul[lang|=nds-nl] li a {
 932+ text-transform: lowercase;
 933+}
927934
928935 /* TODO: #t-iscite is only used by the Cite extension, come up with some
929936 * system which allows extensions to add to this file on the fly

Follow-up revisions

RevisionCommit summaryAuthorDate
r52017Follow-up to r49331: Moved decapitalization code to "a Messages*.php property...rememberthedot04:26, 17 June 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49331(bug 1553) Lowercase navigation headings in Germanrememberthedot05:27, 9 April 2009

Comments

#Comment by Tim Starling (talk | contribs)   00:27, 16 June 2009

Please move this language list out of CSS entirely. Use a Messages*.php property, a <body> class and a descendant selector, like we do for RTL. Otherwise it will be a maintenance problem.

#Comment by Remember the dot (talk | contribs)   04:29, 17 June 2009

Done in r52017.

Status & tagging log