diff options
| author | Mark Otto <[email protected]> | 2014-10-02 21:19:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-02 21:19:20 -0700 |
| commit | 12091b9567e77f8b503d31860b3115791b072a3b (patch) | |
| tree | 7a23715cafca90355fe4a7ff1c7483e2b9e6514e /docs/dist/css/bootstrap.css | |
| parent | e7b5c4c18becb3af36e03157303490fbc32f5434 (diff) | |
| download | bootstrap-12091b9567e77f8b503d31860b3115791b072a3b.tar.xz bootstrap-12091b9567e77f8b503d31860b3115791b072a3b.zip | |
Fixes #14711: Account for list groups in collapsing panels
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 8e4d5ad1f..74a206189 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5302,7 +5302,8 @@ a.list-group-item-danger.active:focus { .panel-group .panel-heading { border-bottom: 0; } -.panel-group .panel-heading + .panel-collapse > .panel-body { +.panel-group .panel-heading + .panel-collapse > .panel-body, +.panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { |
