From 5872a7e0aca5e2b5b8e0be5df8b2a7cdf987d805 Mon Sep 17 00:00:00 2001 From: Ben Zumhagen Date: Tue, 3 Jun 2014 22:48:36 -0400 Subject: Resolves Issue #13689 Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue. --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index b172acc5b..138bd4304 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4993,6 +4993,9 @@ a.list-group-item-danger.active:focus { .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } +.list-group + .panel-footer { + border-top-width: 0; +} .panel > .table, .panel > .table-responsive > .table { margin-bottom: 0; -- cgit v1.2.3