1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Fixes #14253: Add borders for tables that follow bodies in panels

This commit is contained in:
Mark Otto
2014-08-02 13:55:02 -07:00
parent feed9aed5b
commit b9e6848dc8
7 changed files with 13 additions and 7 deletions

View File

@@ -5169,7 +5169,9 @@ a.list-group-item-danger.active:focus {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,