diff options
| author | Mark Otto <[email protected]> | 2012-01-26 11:10:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 11:10:07 -0800 |
| commit | edef89f30efd73e5fca9952eef48136f8264aa93 (patch) | |
| tree | a8f1a6d3c4a5ec3db1c1007a5c087065d3150b14 /lib/labels.less | |
| parent | dd9a0a3f1639ea9a060b147c26601d236d240bf1 (diff) | |
| download | bootstrap-edef89f30efd73e5fca9952eef48136f8264aa93.tar.xz bootstrap-edef89f30efd73e5fca9952eef48136f8264aa93.zip | |
move around some comments in buttons.less, update labels to use correct variables, add snippet to docs about IE9
Diffstat (limited to 'lib/labels.less')
| -rw-r--r-- | lib/labels.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/labels.less b/lib/labels.less index 114bc85b5..06dc7f3c0 100644 --- a/lib/labels.less +++ b/lib/labels.less @@ -9,8 +9,8 @@ text-transform: uppercase; background-color: @grayLight; .border-radius(3px); - &.important { background-color: #c43c35; } + &.important { background-color: @errorText; } &.warning { background-color: @orange; } - &.success { background-color: @green; } - &.notice { background-color: lighten(@blue, 25%); } + &.success { background-color: @successText; } + &.info { background-color: @infoText; } } |
