From ef4590dfb461036c915d8fbc5b6fbf3ad7ba9c86 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 11:08:20 -0700 Subject: fixes #9786: enable tables in panels --- dist/css/bootstrap.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3b04f57dc..7774d6874 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5231,6 +5231,10 @@ a.list-group-item:focus { clear: both; } +.panel > .table { + margin-bottom: 0; +} + .panel > .list-group { margin-bottom: 0; } @@ -5252,6 +5256,14 @@ a.list-group-item:focus { border-top-width: 0; } +.panel > .table { + margin-bottom: 0; +} + +.panel > .panel-body + .table { + border-top: 1px solid #dddddd; +} + .panel-heading { padding: 10px 15px; background-color: #f5f5f5; -- cgit v1.2.3