From 3a8e99e91eeb03d72c0a015de16f743dd5335312 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 10 Jan 2014 18:56:44 -0800 Subject: Fixes #12171: Ensure panel groups have a bottom margin since we nuke it on child panels --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9d9292f71..4ffdb07cc 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4881,6 +4881,9 @@ a.list-group-item-danger.active:focus { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } +.panel-group { + margin-bottom: 20px; +} .panel-group .panel { margin-bottom: 0; overflow: hidden; -- cgit v1.2.3