CSS: Add class small-text

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 13:32:03 +02:00
parent eeb1bfbb48
commit f459359941
1 changed files with 5 additions and 0 deletions

View File

@ -59,3 +59,8 @@ tr.active {
tr:hover {
background-color: @gray-lightest;
}
.text-small {
font-size: @font-size-small;
color: @text-color-light;
}