From a45d83987466e61fd613ac9e7f98fafa8697d16f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 4 Dec 2013 21:13:33 -0800 Subject: Fixes #11712: Better support for .table-responsive within .panel's --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 340cb81e2..3ca1411f8 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5720,6 +5720,11 @@ a.list-group-item.active:focus .list-group-item-text { border-bottom: 0; } +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} + .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; -- cgit v1.2.3