diff options
| author | Mark Otto <[email protected]> | 2014-11-07 22:17:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-07 22:17:39 -0800 |
| commit | 2862c30320e8a1c0499f4bd83141e0c6cd959f1e (patch) | |
| tree | d4b184304f1f6e505c6acb6aab7189ee8548d0f5 /dist/css/bootstrap.css | |
| parent | d904429e05ce8ba68ebba673cab603a861792aba (diff) | |
| download | bootstrap-2862c30320e8a1c0499f4bd83141e0c6cd959f1e.tar.xz bootstrap-2862c30320e8a1c0499f4bd83141e0c6cd959f1e.zip | |
Fixes #15046: Add full font overrides for popovers and tooltips
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 7ddd57a58..40318b3ea 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
