diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |
