diff options
author | Unknwon <u@gogs.io> | 2015-03-20 01:58:28 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-20 01:58:28 -0400 |
commit | 62e436e6b7a41bac2e17a26f08649c144cef5b57 (patch) | |
tree | 379be1b74989d5be2aacc68753b0d3d12597d400 /public/ng/less/gogs/dashboard.less | |
parent | 4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0 (diff) | |
parent | e312634286e68d8fac4d20adb729661f8a444b2a (diff) |
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
Diffstat (limited to 'public/ng/less/gogs/dashboard.less')
-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; |