diff options
author | 无闻 <u@gogs.io> | 2015-03-26 19:50:00 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-03-26 19:50:00 -0400 |
commit | e0036ebb0cdcafede2670d120f911290815b5c57 (patch) | |
tree | 00d0cf26d88bdf0041c679621ef354aa871f5564 /public/ng | |
parent | 698b9e2acc4daafe7d2b314e2d8c96545dde9c40 (diff) | |
parent | 93ff2e31e8e5d8de9bf3099aea42a51e846b810b (diff) |
Merge pull request #1159 from davmrtl/develop
Fix "Plus" icon size in dashboard
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/gogs.css | 2 | ||||
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 67bc7bb3..a323612d 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -866,7 +866,7 @@ ol.linenums { border-top-right-radius: .3em; } #dashboard-new-repo .octicon { - font-size: 2em; + font-size: 20px; } #dashboard-new-repo-menu { top: 33px; diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index 62764c48..f68fb95b 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -159,7 +159,7 @@ padding-top: 6px; margin-right: 1px; .octicon { - font-size: 2em; + font-size: 20px; } border-top-left-radius: .3em; border-top-right-radius: .3em; |