forked from extern/egroupware
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;
|
padding-bottom:2px;
|
||||||
border-top: solid #aaaaaa 1px;
|
border-top: solid #aaaaaa 1px;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
** make the sidebox entries consistently start with a capital letter
|
||||||
|
*/
|
||||||
|
.textSidebox:first-letter {
|
||||||
|
text-transform:uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
.sideboxSpace
|
.sideboxSpace
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user