diff options
| author | Blake Embrey <[email protected]> | 2013-05-09 13:48:02 -0700 |
|---|---|---|
| committer | Blake Embrey <[email protected]> | 2013-05-09 13:48:02 -0700 |
| commit | 4a03d456514a5c352a4ac5ee1eed1f7154b67f6a (patch) | |
| tree | df04f7aaed5abbea5775502371f59883d6ddaaa4 /docs/assets/css/bootstrap.css | |
| parent | d5e6bbba27a4193f02ca488f84057cfb2eeafb36 (diff) | |
| download | bootstrap-4a03d456514a5c352a4ac5ee1eed1f7154b67f6a.tar.xz bootstrap-4a03d456514a5c352a4ac5ee1eed1f7154b67f6a.zip | |
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; |
