diff options
author | Antoine GIRARD <sapk@sapk.fr> | 2015-03-19 01:10:37 +0100 |
---|---|---|
committer | Antoine GIRARD <sapk@sapk.fr> | 2015-03-19 01:16:55 +0100 |
commit | ea9cf5ec8c231cadc30eb33069cc76447bf0cf14 (patch) | |
tree | c30e9881f515b7ada562e70e2c10f1650728c38f /public/ng/less/gogs | |
parent | e9c599b48ac77114f1d7761855c72a980c751b53 (diff) |
Fix the little default in the navbar of the dashboard
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 3 |
1 files changed, 2 insertions, 1 deletions
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; |