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 /docs/assets/css | |
| 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 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 44581d473..b5ef18ebb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4523,22 +4523,6 @@ a.badge:hover { background-color: #356635; } -.badge-info { - background-color: #3a87ad; -} - -.badge-info[href] { - background-color: #2d6987; -} - -.badge-inverse { - background-color: #333333; -} - -.badge-inverse[href] { - background-color: #1a1a1a; -} - .btn .badge { position: relative; top: -1px; |
