CSS: Move class text-class from base.less to main.less

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 14:05:53 +02:00
parent 8ea30a2933
commit 36a65670f0
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -17,3 +17,8 @@
.pull-right {
float: right;
}
.text-small {
font-size: @font-size-small;
color: @text-color-light;
}