Skip to content

Commit

Permalink
CSS: Add class small-text
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent eeb1bfb commit f459359
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -59,3 +59,8 @@ tr.active {
tr:hover {
background-color: @gray-lightest;
}

.text-small {
font-size: @font-size-small;
color: @text-color-light;
}

0 comments on commit f459359

Please sign in to comment.