Fix #1553 : monobook lowercasing stuff in German

This commit is contained in:
Antoine Musso 2005-07-09 16:19:26 +00:00
parent b44952c9c6
commit 60b0711c84
2 changed files with 9 additions and 0 deletions

View 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 ===

View 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",