diff options
| author | Mark Otto <[email protected]> | 2013-08-11 15:01:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 15:01:16 -0700 |
| commit | 0561cfec6bb0fc0738f9f1cf5f4463e96fa1c33c (patch) | |
| tree | 6a103fcd214248903953b9a91bc9fe7ae57e473f /dist/css/bootstrap.css | |
| parent | a88888aaeb9c0f0138abbf7824a55aa51c394ea9 (diff) | |
| download | bootstrap-0561cfec6bb0fc0738f9f1cf5f4463e96fa1c33c.tar.xz bootstrap-0561cfec6bb0fc0738f9f1cf5f4463e96fa1c33c.zip | |
fixes #8900: nuke empty space between panel heading and list group
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 65ec51fd0..cc81264ef 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2426,6 +2426,14 @@ a.list-group-item.active .list-group-item-text { border-bottom: 0; } +.panel-heading + .list-group { + margin-top: -15px; +} + +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} + .panel-heading { padding: 10px 15px; margin: -15px -15px 15px; |
