summaryrefslogtreecommitdiffstats
path: root/public/ng/fonts
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-09-23 22:28:03 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-09-23 22:28:03 +0800
commit60c65415dd2eb59e695159e111778aaf0661e606 (patch)
tree28d778249369cb4d59bd61e2ed66c3f1bec6929e /public/ng/fonts
parentb92cac70382ff191592f2ab1d5b22f76f51d2036 (diff)
downloadgitea-60c65415dd2eb59e695159e111778aaf0661e606.tar.gz
gitea-60c65415dd2eb59e695159e111778aaf0661e606.zip
pull request page ui review, upgrade octicon icons
Diffstat (limited to 'public/ng/fonts')
-rwxr-xr-xpublic/ng/fonts/octicons.css20
-rwxr-xr-xpublic/ng/fonts/octicons.eotbin31440 -> 31440 bytes
-rwxr-xr-xpublic/ng/fonts/octicons.ttfbin31272 -> 31272 bytes
-rwxr-xr-xpublic/ng/fonts/octicons.woffbin17492 -> 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
index e4edc6e56d..22881a8b6c 100755
--- a/public/ng/fonts/octicons.eot
+++ b/public/ng/fonts/octicons.eot
Binary files differ
diff --git a/public/ng/fonts/octicons.ttf b/public/ng/fonts/octicons.ttf
index b850701aea..189ca2813d 100755
--- a/public/ng/fonts/octicons.ttf
+++ b/public/ng/fonts/octicons.ttf
Binary files differ
diff --git a/public/ng/fonts/octicons.woff b/public/ng/fonts/octicons.woff
index c1e76ab4a3..2b770e429f 100755
--- a/public/ng/fonts/octicons.woff
+++ b/public/ng/fonts/octicons.woff
Binary files differ