Fix #1553 : monobook lowercasing stuff in German
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 9 Jul 2005 16:19:26 +0000 (16:19 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 9 Jul 2005 16:19:26 +0000 (16:19 +0000)
RELEASE-NOTES
languages/LanguageDe.php

index 84c7e18..9968572 100644 (file)
@@ -548,6 +548,7 @@ of MediaWiki:Newpagetext) to &action=edit, if page is new.
 * Fixed a missing typecast in Language::dateFormat() that would cause some
   interesting errors with signitures.
 * (bug 2764) Number format for Nds
+* (bug 1553) Stop forcing lowercase in Monobook skin for German language.
   
 === Caveats ===
 
index fabec1c..5d1e5ec 100644 (file)
@@ -109,6 +109,14 @@ if($wgMetaNamespace === FALSE)
 );
 
 /* private */ $wgAllMessagesDe = array(
+'Monobook.css' =>
+'/** Do not force \'lowercase\' */
+.portlet h5,
+.portlet h6,
+#p-personal ul,
+#p-cactions li a {
+       text-transform: none;
+}',
 # User toggles
 'tog-hover'            => 'Tooltips anzeigen',
 "tog-underline"               => "Verweise unterstreichen",