make the sidebox entries consistently start with a capital letter

This commit is contained in:
Ralf Becker 2006-06-20 18:22:40 +00:00
parent 037520353f
commit a018b89b84

View File

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