diff options
| author | Mark Otto <[email protected]> | 2013-05-09 13:59:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 13:59:18 -0700 |
| commit | 8f9cc5ae81794cc25154ab21a845c9d77ef47e78 (patch) | |
| tree | df04f7aaed5abbea5775502371f59883d6ddaaa4 /docs/assets/css/bootstrap.css | |
| parent | d5e6bbba27a4193f02ca488f84057cfb2eeafb36 (diff) | |
| parent | 4a03d456514a5c352a4ac5ee1eed1f7154b67f6a (diff) | |
| download | bootstrap-8f9cc5ae81794cc25154ab21a845c9d77ef47e78.tar.xz bootstrap-8f9cc5ae81794cc25154ab21a845c9d77ef47e78.zip | |
Merge pull request #7836 from blakeembrey/icon-antialias
Make icons antialiased on Webkit browsers
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 03a26d13d..5eef85435 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2177,6 +2177,7 @@ input[type="button"].btn-block { .glyphicon:before { font-family: 'Glyphicons Halflings'; + -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; line-height: 1; |
