diff options
| author | Mark Otto <[email protected]> | 2013-12-04 21:13:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-04 21:13:33 -0800 |
| commit | a45d83987466e61fd613ac9e7f98fafa8697d16f (patch) | |
| tree | 566865afa38367961f505f389ec2e9a3b601946c /dist/css/bootstrap.css | |
| parent | 66f9c7d6d5de97965a119f6d5f4ad1704e8f789d (diff) | |
| download | bootstrap-a45d83987466e61fd613ac9e7f98fafa8697d16f.tar.xz bootstrap-a45d83987466e61fd613ac9e7f98fafa8697d16f.zip | |
Fixes #11712: Better support for .table-responsive within .panel's
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
