diff options
| author | Mark Otto <[email protected]> | 2017-10-01 20:52:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-01 20:52:25 -0700 |
| commit | 3ca4d3f88d8a2e5d43e6796c10630ad4b42ec045 (patch) | |
| tree | 9d4a2ad6b3aef87a4d90b275b7e6dc2853a27633 /dist/css/bootstrap.css | |
| parent | 487e5f8b827572892ba73efeabff14b1397d246b (diff) | |
| download | bootstrap-3ca4d3f88d8a2e5d43e6796c10630ad4b42ec045.tar.xz bootstrap-3ca4d3f88d8a2e5d43e6796c10630ad4b42ec045.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 840663284..c6cc077c2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3162,7 +3162,7 @@ tbody.collapse.show { .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group { z-index: 2; - margin-left: -1px; + margin-left: 0; } .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, @@ -3887,6 +3887,11 @@ tbody.collapse.show { border-radius: 0.25rem; } +.card > hr { + margin-right: 0; + margin-left: 0; +} + .card-body { -ms-flex: 1 1 auto; flex: 1 1 auto; @@ -4606,10 +4611,15 @@ tbody.collapse.show { .list-group-flush .list-group-item { border-right: 0; + border-bottom: 0; border-left: 0; border-radius: 0; } +.list-group-flush .list-group-item:first-child { + border-top: 0; +} + .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } |
