Skip to content

Commit

Permalink
CSS: Move class text-class from base.less to main.less
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 8ea30a2 commit 36a6567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public/css/icinga/base.less
Expand Up @@ -61,8 +61,3 @@ tr.active {
tr:hover {
background-color: @gray-lightest;
}

.text-small {
font-size: @font-size-small;
color: @text-color-light;
}
5 changes: 5 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -17,3 +17,8 @@
.pull-right {
float: right;
}

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

0 comments on commit 36a6567

Please sign in to comment.