diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 23:59:44 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 23:59:44 +0800 |
commit | e0493259a604eed0670ce61e8b1bcab776322101 (patch) | |
tree | fd010b17133d760207e0be1077e5028a8d9f0ce7 /public | |
parent | b3f0d25ce5966972ac1b9703672a8512400423a6 (diff) | |
download | gitea-e0493259a604eed0670ce61e8b1bcab776322101.tar.gz gitea-e0493259a604eed0670ce61e8b1bcab776322101.zip |
resize star font size
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 1 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 42ad37adf8..53f4950e48 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1003,6 +1003,7 @@ The register and sign-in page style #repo-header-meta a > .btn { line-height: 16px; margin-left: 16px; + font-size: 14px; } #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 840db2ab4f..ed540c121f 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -43,6 +43,7 @@ & > .btn { line-height: 16px; margin-left: 16px; + font-size: 14px; i { margin-right: 6px; } |