"removed css to capitalize first letter of sidebox menu items

It makes problemes (hides first letter) with following browsers:
- Konqueror (Linux)
- Safari (Mac & Windows)"
This commit is contained in:
Ralf Becker 2009-06-10 12:53:21 +00:00
parent ce593cac12
commit fdd305a8a0

View File

@ -211,12 +211,6 @@ a.textSidebox
padding-bottom:3px;
border-top: solid #aaaaaa 1px;
}
/*
** make the sidebox entries consistently start with a capital letter
*/
.textSidebox:first-letter {
text-transform:uppercase;
}
.sideboxSpace
{