Hi Peter,
since I'm suffering the same problem I tried your tipp and commented out all occurrences of "text-transform:lowercase;" in main.css, but to no avail. All text in the "edit-tabs" and also the words "navigation", "suche" and "werkzeuge" in the sidebar stay lowercase.
Should I replace "text-transform:lowercase;" with something different and if yes, with what exactly?
Cheers Katharina Wolkwitz
Am 10.03.2010 23:58 schrieb Peter Velan:
am 10.03.2010 11:37 schrieb wikipax:
Good day everybody, I'm using mediawiki 1.15.1 with german localisation. $wgLanguageCode = "de-formal"; Well, this works messages, navigation, special pages and so on are german. But after an update from 1.14 to 1.15.1 all the words are written with small letters. Normally each word should begin with a capital letter. As you can see at the german wikipedia, left and top navigation such as site <-> Hauptseite or edit <-> Bearbeiten are with capitals in front.
Does anyone know if there is another variable wich must be set?
Its in the style sheet "main.css"; search for something like ...
#p-cactions li a { text-transform:lowercase; }
Bye, Peter