diff options
| author | Mark Otto <[email protected]> | 2013-06-27 19:36:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-27 19:36:56 -0700 |
| commit | ca8ca2177fd5b8e6523bd1599784b129c2d75937 (patch) | |
| tree | f27ac1013e9ad3ccd71250ffca411026000c5cbb /docs/assets/css/bootstrap.css | |
| parent | 6a2858f7bf9a1b6683f883870e898c9f0656b64f (diff) | |
| download | bootstrap-ca8ca2177fd5b8e6523bd1599784b129c2d75937.tar.xz bootstrap-ca8ca2177fd5b8e6523bd1599784b129c2d75937.zip | |
fixes #4852: popover carets fully functional in ie8 holy carp wtfbqq huge shoutout to @PumaOmaR
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b8c121245..c362c1f09 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3812,6 +3812,7 @@ button.close { margin-left: -10px; border-top-color: #ffffff; border-bottom-width: 0; + content: " "; } .popover.right .arrow { @@ -3828,6 +3829,7 @@ button.close { left: 1px; border-right-color: #ffffff; border-left-width: 0; + content: " "; } .popover.bottom .arrow { @@ -3844,6 +3846,7 @@ button.close { margin-left: -10px; border-bottom-color: #ffffff; border-top-width: 0; + content: " "; } .popover.left .arrow { @@ -3860,6 +3863,7 @@ button.close { bottom: -10px; border-left-color: #ffffff; border-right-width: 0; + content: " "; } .alert { |
