diff options
| author | Mark Otto <[email protected]> | 2014-11-09 18:04:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-09 18:04:00 -0800 |
| commit | d1278efcc5a6b45467caca15206bb1a83ae99fc5 (patch) | |
| tree | ca1dceb6b80a24e9c5fafb4fca98bece1d4627a0 /docs/dist/css/bootstrap.css | |
| parent | 99148166c5cb4017227c649849c8fe51bb8d7473 (diff) | |
| download | bootstrap-d1278efcc5a6b45467caca15206bb1a83ae99fc5.tar.xz bootstrap-d1278efcc5a6b45467caca15206bb1a83ae99fc5.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 753f66e35..bd8b86fe7 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4609,11 +4609,17 @@ a.badge:focus { text-decoration: none; cursor: pointer; } -a.list-group-item.active > .badge, +.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #fff; } +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} .nav-pills > li > a > .badge { margin-left: 3px; } @@ -4906,12 +4912,6 @@ a.thumbnail.active { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } -.list-group-item > .badge { - float: right; -} -.list-group-item > .badge + .badge { - margin-right: 5px; -} a.list-group-item { color: #555; } |
