From ea9cf5ec8c231cadc30eb33069cc76447bf0cf14 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Thu, 19 Mar 2015 01:10:37 +0100 Subject: Fix the little default in the navbar of the dashboard --- public/ng/less/gogs/dashboard.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/ng/less/gogs') diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index 435020fd..62764c48 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -27,7 +27,8 @@ > a { font-size: 1.2em; color: @dashboardHeaderLinkColor; - padding: .4em .8em; + margin: -12px 0px; + padding: 22px 0.8em; &:hover { background-color: transparent; color: @dashboardHeaderLinkHoverColor; -- cgit v1.2.3