summaryrefslogtreecommitdiffstats
path: root/public/ng
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-30 04:39:53 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-30 04:39:53 -0400
commit2a031c13658458df9f8f56ce295a8ba72bf35dff (patch)
tree5af1a495b55eddef9d8fe8e21d2a0bccc835ec1d /public/ng
parent198567eccbd6425235f5c755b5862cbe90b435c2 (diff)
downloadgitea-2a031c13658458df9f8f56ce295a8ba72bf35dff.tar.gz
gitea-2a031c13658458df9f8f56ce295a8ba72bf35dff.zip
Fix #515
Diffstat (limited to 'public/ng')
-rw-r--r--public/ng/css/gogs.css1
-rw-r--r--public/ng/less/gogs/dashboard.less1
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,