aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-24 02:06:28 -0800
committerMark Otto <[email protected]>2012-12-24 02:06:28 -0800
commitd206ec16595a022f10955eb025fd5756512399a8 (patch)
tree0a2651afcab1a0fc03399121febfdef31dc15910 /less
parent7c04d573d0a08a365f3350c9d52d7cc870f702be (diff)
downloadbootstrap-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.less6
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