1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Fixes #15046: Add full font overrides for popovers and tooltips

This commit is contained in:
Mark Otto
2014-11-07 22:17:39 -08:00
parent d904429e05
commit 2862c30320
9 changed files with 15 additions and 5 deletions

View File

@@ -5623,7 +5623,9 @@ button.close {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
visibility: visible;
filter: alpha(opacity=0);
@@ -5729,6 +5731,7 @@ button.close {
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;