aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-23 13:42:45 -0700
committerMark Otto <[email protected]>2014-08-23 13:42:45 -0700
commit56bb92ac4fbf6d5773e91afd205fb8ec09e3a573 (patch)
tree7469b5c0e465b464cc575dda70fc507a28978223 /dist/css/bootstrap.css
parent3c0e2e28f8c421c3e96ff39da2a088410fffff45 (diff)
downloadbootstrap-56bb92ac4fbf6d5773e91afd205fb8ec09e3a573.tar.xz
bootstrap-56bb92ac4fbf6d5773e91afd205fb8ec09e3a573.zip
Fixes #14386: Reset font, text, and line-height properties in popovers
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 0edd180af..4482b3535 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -5692,6 +5692,9 @@ button.close {
display: none;
max-width: 276px;
padding: 1px;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 1.42857143;
text-align: left;
white-space: normal;
background-color: #fff;
@@ -5719,8 +5722,6 @@ button.close {
padding: 8px 14px;
margin: 0;
font-size: 14px;
- font-weight: normal;
- line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;