diff options
| author | Mark Otto <[email protected]> | 2017-06-15 09:12:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-15 09:12:26 -0700 |
| commit | be39742d65f8999329c515fbf9c8102e32afe271 (patch) | |
| tree | a1ec7b4ff7a39cd96a62ef464a9bfde27e5122f5 /dist/css/bootstrap.css | |
| parent | 9c0e4230084c42be53da091414cb5b9d302a81a9 (diff) | |
| download | bootstrap-be39742d65f8999329c515fbf9c8102e32afe271.tar.xz bootstrap-be39742d65f8999329c515fbf9c8102e32afe271.zip | |
full build
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a204099bc..12f0787b7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4348,7 +4348,7 @@ tbody.collapse.show { border-radius: 0.25rem; } -.card-block { +.card-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; @@ -5725,7 +5725,7 @@ button.close { border-bottom-color: #fff; } -.popover.bs-popover-bottom .popover-title::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-title::before { +.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; @@ -5760,7 +5760,7 @@ button.close { border-left-color: #fff; } -.popover-title { +.popover-header { padding: 8px 14px; margin-bottom: 0; font-size: 1rem; @@ -5771,11 +5771,11 @@ button.close { border-top-right-radius: calc(0.3rem - 1px); } -.popover-title:empty { +.popover-header:empty { display: none; } -.popover-content { +.popover-body { padding: 9px 14px; color: #292b2c; } |
