diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
| commit | 6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch) | |
| tree | 36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /dist/css/bootstrap.css | |
| parent | 26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff) | |
| download | bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.tar.xz bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cda97f8ce..9164d6876 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3866,6 +3866,10 @@ tbody.collapse.show { border-bottom-left-radius: 0.25rem; } +.card .card-header + .list-group > .list-group-item:first-child { + border-top: 0; +} + .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; @@ -4154,7 +4158,6 @@ tbody.collapse.show { font-size: 75%; font-weight: bold; line-height: 1; - color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; |
