diff options
Diffstat (limited to 'less/labels.less')
| -rw-r--r-- | less/labels.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/labels.less b/less/labels.less index 74018b1de..dbaff8864 100644 --- a/less/labels.less +++ b/less/labels.less @@ -14,7 +14,7 @@ vertical-align: middle; white-space: nowrap; text-align: center; - background-color: @grayLight; + background-color: @gray-light; border-radius: .25em; // Hover state, but only for links - as a mixin which will be accessible as LESS shorthand: .label > .a; @@ -95,4 +95,4 @@ a.label { .label-info { .label > .label-info; .label > .label-info > .a; -}
\ No newline at end of file +} |
