diff options
| author | Mark Otto <[email protected]> | 2014-06-08 14:08:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 14:08:06 -0700 |
| commit | 5dbfdd47c57a10cc8e97e74635a4197d31c24f7c (patch) | |
| tree | 10468b37063cc6ca31dcf26239b1f54efe212a1c /dist/css/bootstrap.css | |
| parent | d1872b4c98f26b1bfcd7e007133b97e6602dd0d0 (diff) | |
| download | bootstrap-5dbfdd47c57a10cc8e97e74635a4197d31c24f7c.tar.xz bootstrap-5dbfdd47c57a10cc8e97e74635a4197d31c24f7c.zip | |
fixes #13375
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8f378a5aa..c7c0ba80e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5006,7 +5006,8 @@ a.list-group-item-danger.active:focus { border-top-width: 0; } .panel > .table, -.panel > .table-responsive > .table { +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table:first-child, |
