diff options
| author | Ben Zumhagen <[email protected]> | 2014-06-03 22:48:36 -0400 |
|---|---|---|
| committer | Ben Zumhagen <[email protected]> | 2014-06-04 22:18:40 -0400 |
| commit | 5872a7e0aca5e2b5b8e0be5df8b2a7cdf987d805 (patch) | |
| tree | 046fa58888ed993b98d21761d3e7de2c001614a4 /dist/css/bootstrap.css | |
| parent | 5a1614466d02f1379287b8053a19fa90117ea7a8 (diff) | |
| download | bootstrap-5872a7e0aca5e2b5b8e0be5df8b2a7cdf987d805.tar.xz bootstrap-5872a7e0aca5e2b5b8e0be5df8b2a7cdf987d805.zip | |
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.
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
