From 44fc629d446d67035f27dc0c9b012f8339de0f13 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 23 Jan 2014 22:52:26 -0600 Subject: Fix #12353: Scope table border reset in panels to first-child rows --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d6189c287..b7dc6cda7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4837,8 +4837,8 @@ a.list-group-item-danger.active:focus { .panel > .panel-body + .table-responsive { border-top: 1px solid #ddd; } -.panel > .table > tbody:first-child th, -.panel > .table > tbody:first-child td { +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, -- cgit v1.2.3