From b9e6848dc8d8c146911e0999c9f1e68780a1606e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 2 Aug 2014 13:55:02 -0700 Subject: Fixes #14253: Add borders for tables that follow bodies in panels --- docs/dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') 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, -- cgit v1.2.3