CSS: Remove text-small mixin

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-03 12:21:18 +01:00
parent 6fbe65e415
commit 6415bdb21e
2 changed files with 8 additions and 9 deletions

View File

@ -89,7 +89,8 @@ button:hover .icon-cancel {
}
label {
.text-small();
color: @text-color-light;
font-size: @font-size-small;
}
.control-label-group {
@ -139,7 +140,8 @@ form .errors, form .errors ul {
}
.form-info {
.text-small();
color: @text-color-light;
font-size: @font-size-small;
}
.form-notifications {

View File

@ -41,11 +41,6 @@
text-align: right;
}
.text-small {
color: @text-color-light;
font-size: @font-size-small;
}
.user-avatar {
height: 16px;
width: 16px;
@ -133,7 +128,8 @@ dl.name-value-list {
}
dt {
.text-small();
color: @text-color-light;
font-size: @font-size-small;
}
}
@ -181,7 +177,8 @@ table.listing-table {
th {
.text-left();
.text-small();
color: @text-color-light;
font-size: @font-size-small;
// Reset default font-weight
font-weight: normal;
width: 10em;