diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-30 04:39:53 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-30 04:39:53 -0400 |
commit | 2a031c13658458df9f8f56ce295a8ba72bf35dff (patch) | |
tree | 5af1a495b55eddef9d8fe8e21d2a0bccc835ec1d /public/ng | |
parent | 198567eccbd6425235f5c755b5862cbe90b435c2 (diff) | |
download | gitea-2a031c13658458df9f8f56ce295a8ba72bf35dff.tar.gz gitea-2a031c13658458df9f8f56ce295a8ba72bf35dff.zip |
Fix #515
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/gogs.css | 1 | ||||
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 6d38ac9b27..feb21c97c2 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -833,7 +833,6 @@ ol.linenums { } #dashboard-my-repo .repo-count { margin-left: 4px; - font-size: .8em; } #dashboard-my-org, #dashboard-my-mirror { diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index e7a1e90c6b..a40debe51a 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -139,7 +139,6 @@ } .repo-count { margin-left: 4px; - font-size: .8em; } } #dashboard-my-org, |