diff options
| author | Mark Otto <[email protected]> | 2012-12-24 02:06:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-24 02:06:28 -0800 |
| commit | d206ec16595a022f10955eb025fd5756512399a8 (patch) | |
| tree | 0a2651afcab1a0fc03399121febfdef31dc15910 /less | |
| parent | 7c04d573d0a08a365f3350c9d52d7cc870f702be (diff) | |
| download | bootstrap-d206ec16595a022f10955eb025fd5756512399a8.tar.xz bootstrap-d206ec16595a022f10955eb025fd5756512399a8.zip | |
Remove .badge-info and .badge-inverse; change docs label of .badge-important to .badge-danger
Diffstat (limited to 'less')
| -rw-r--r-- | less/badges.less | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/less/badges.less b/less/badges.less index b8de24df1..5511bc81f 100644 --- a/less/badges.less +++ b/less/badges.less @@ -44,12 +44,6 @@ a.badge { // Success (green) &-success { background-color: @state-success-text; } &-success[href] { background-color: darken(@state-success-text, 10%); } - // Info (turquoise) - &-info { background-color: @state-info-text; } - &-info[href] { background-color: darken(@state-info-text, 10%); } - // Inverse (black) - &-inverse { background-color: @grayDark; } - &-inverse[href] { background-color: darken(@grayDark, 10%); } } // Quick fix for labels/badges in buttons |
