mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
make the sidebox entries consistently start with a capital letter
This commit is contained in:
parent
037520353f
commit
a018b89b84
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user