From be39742d65f8999329c515fbf9c8102e32afe271 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Jun 2017 09:12:26 -0700 Subject: full build --- dist/css/bootstrap.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3