"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:51:26 +00:00
parent af523b5904
commit aaab800d80

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
{