aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-02 13:55:02 -0700
committerMark Otto <[email protected]>2014-08-02 13:55:02 -0700
commitb9e6848dc8d8c146911e0999c9f1e68780a1606e (patch)
tree2cc2a71bc5a534d7cc7853d54778616886a20c40 /docs/dist/css/bootstrap.css
parentfeed9aed5b471c20b02c4ca6620366cac9327db8 (diff)
downloadbootstrap-b9e6848dc8d8c146911e0999c9f1e68780a1606e.tar.xz
bootstrap-b9e6848dc8d8c146911e0999c9f1e68780a1606e.zip
Fixes #14253: Add borders for tables that follow bodies in panels
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index a7c1b8d0a..9adfa9f5b 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -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,