1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Fixes #14386: Reset font, text, and line-height properties in popovers

This commit is contained in:
Mark Otto
2014-08-23 13:42:45 -07:00
parent 3c0e2e28f8
commit 56bb92ac4f
4 changed files with 10 additions and 7 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long