diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 22:28:03 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 22:28:03 +0800 |
commit | 60c65415dd2eb59e695159e111778aaf0661e606 (patch) | |
tree | 28d778249369cb4d59bd61e2ed66c3f1bec6929e /public/ng/fonts | |
parent | b92cac70382ff191592f2ab1d5b22f76f51d2036 (diff) | |
download | gitea-60c65415dd2eb59e695159e111778aaf0661e606.tar.gz gitea-60c65415dd2eb59e695159e111778aaf0661e606.zip |
pull request page ui review, upgrade octicon icons
Diffstat (limited to 'public/ng/fonts')
-rwxr-xr-x | public/ng/fonts/octicons.css | 20 | ||||
-rwxr-xr-x | public/ng/fonts/octicons.eot | bin | 31440 -> 31440 bytes | |||
-rwxr-xr-x | public/ng/fonts/octicons.ttf | bin | 31272 -> 31272 bytes | |||
-rwxr-xr-x | public/ng/fonts/octicons.woff | bin | 17492 -> 17492 bytes |
4 files changed, 9 insertions, 11 deletions
diff --git a/public/ng/fonts/octicons.css b/public/ng/fonts/octicons.css index 2d66bd6cf3..a5dcd153a8 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 Binary files differindex e4edc6e56d..22881a8b6c 100755 --- a/public/ng/fonts/octicons.eot +++ b/public/ng/fonts/octicons.eot diff --git a/public/ng/fonts/octicons.ttf b/public/ng/fonts/octicons.ttf Binary files differindex b850701aea..189ca2813d 100755 --- a/public/ng/fonts/octicons.ttf +++ b/public/ng/fonts/octicons.ttf diff --git a/public/ng/fonts/octicons.woff b/public/ng/fonts/octicons.woff Binary files differindex c1e76ab4a3..2b770e429f 100755 --- a/public/ng/fonts/octicons.woff +++ b/public/ng/fonts/octicons.woff |