Capitalize status change information in tables via CSS

refs #6778
This commit is contained in:
Eric Lippmann 2015-04-15 15:28:34 +02:00
parent ae1962af27
commit eb77fff012
1 changed files with 8 additions and 0 deletions

View File

@ -212,3 +212,11 @@ hr.command-separator {
border: none;
border-bottom: 2px solid @colorPetrol;
}
td.state {
.time-ago,
.time-since,
.time-until {
text-transform: capitalize;
}
}