diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-24 00:01:48 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-24 00:01:48 +0800 |
commit | a11ed51bbbdde56967e1499325ae85d9d86712e7 (patch) | |
tree | ce5f3ce9f3766e7356fedb12ae03861a47249f72 /public | |
parent | e0493259a604eed0670ce61e8b1bcab776322101 (diff) | |
download | gitea-a11ed51bbbdde56967e1499325ae85d9d86712e7.tar.gz gitea-a11ed51bbbdde56967e1499325ae85d9d86712e7.zip |
resize star font size
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 2 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 53f4950e48..6b33aa9bbf 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1003,7 +1003,7 @@ The register and sign-in page style #repo-header-meta a > .btn { line-height: 16px; margin-left: 16px; - font-size: 14px; + font-size: 13px; } #repo-header-meta a > .btn i { margin-right: 6px; diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index ed540c121f..875d4b2192 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -43,7 +43,7 @@ & > .btn { line-height: 16px; margin-left: 16px; - font-size: 14px; + font-size: 13px; i { margin-right: 6px; } |