diff options
| author | Mark Otto <[email protected]> | 2013-07-01 17:32:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-01 17:32:07 -0700 |
| commit | a27ecfccf301f8996d7ddf6bd6f7f46f358a5a31 (patch) | |
| tree | 7e5a7ac7bddc034a800f79646d022b775aa79f19 /docs/assets/css/bootstrap.css | |
| parent | 2d2828d36ccaca2f6db42352d59ab4906a7439f6 (diff) | |
| download | bootstrap-a27ecfccf301f8996d7ddf6bd6f7f46f358a5a31.tar.xz bootstrap-a27ecfccf301f8996d7ddf6bd6f7f46f358a5a31.zip | |
Make more components mixin-friendly
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c76723b99..e721aaa80 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2326,6 +2326,11 @@ input[type="button"].btn-block { border-bottom-left-radius: 4px; } +.list-group-item > .badge { + float: right; + margin-right: -15px; +} + .list-group-item-heading { margin-top: 0; margin-bottom: 5px; @@ -2365,16 +2370,6 @@ a.list-group-item.active .list-group-item-text { color: #e1edf7; } -.list-group-item > .badge, -.list-group-item > .glyphicon-chevron-right { - float: right; - margin-right: -15px; -} - -.list-group-item > .glyphicon + .badge { - margin-right: 5px; -} - .panel { padding: 15px; margin-bottom: 20px; @@ -4279,9 +4274,6 @@ a.list-group-item.active > .badge, .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; -} - -.accordion-toggle { cursor: pointer; } |
