aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-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,