From 0561cfec6bb0fc0738f9f1cf5f4463e96fa1c33c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Aug 2013 15:01:16 -0700 Subject: fixes #8900: nuke empty space between panel heading and list group --- dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3