From 60c65415dd2eb59e695159e111778aaf0661e606 Mon Sep 17 00:00:00 2001 From: fuxiaohei Date: Tue, 23 Sep 2014 22:28:03 +0800 Subject: pull request page ui review, upgrade octicon icons --- public/ng/fonts/octicons.css | 20 +++++++++----------- public/ng/fonts/octicons.eot | Bin 31440 -> 31440 bytes public/ng/fonts/octicons.ttf | Bin 31272 -> 31272 bytes public/ng/fonts/octicons.woff | Bin 17492 -> 17492 bytes 4 files changed, 9 insertions(+), 11 deletions(-) (limited to 'public/ng/fonts') diff --git a/public/ng/fonts/octicons.css b/public/ng/fonts/octicons.css index 2d66bd6c..a5dcd153 100755 --- a/public/ng/fonts/octicons.css +++ b/public/ng/fonts/octicons.css @@ -14,22 +14,20 @@ .mega-octicon is optimized for 32px but can be used larger. */ -.octicon { - font: normal normal 16px octicons; - line-height: 1; - display: inline-block; - text-decoration: none; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.mega-octicon { - font: normal normal 32px octicons; - line-height: 1; +.octicon, .mega-octicon { + font: normal normal normal 16px/1 octicons; display: inline-block; text-decoration: none; + text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } +.mega-octicon { font-size: 32px; } + .octicon-alert:before { content: '\f02d'} /*  */ .octicon-alignment-align:before { content: '\f08a'} /*  */ diff --git a/public/ng/fonts/octicons.eot b/public/ng/fonts/octicons.eot index e4edc6e5..22881a8b 100755 Binary files a/public/ng/fonts/octicons.eot and b/public/ng/fonts/octicons.eot differ diff --git a/public/ng/fonts/octicons.ttf b/public/ng/fonts/octicons.ttf index b850701a..189ca281 100755 Binary files a/public/ng/fonts/octicons.ttf and b/public/ng/fonts/octicons.ttf differ diff --git a/public/ng/fonts/octicons.woff b/public/ng/fonts/octicons.woff index c1e76ab4..2b770e42 100755 Binary files a/public/ng/fonts/octicons.woff and b/public/ng/fonts/octicons.woff differ -- cgit v1.2.3