diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-23 10:29:48 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-23 10:29:48 -0400 |
commit | e3eea745f41e6349fc8132a7d3965d2c7d4a5063 (patch) | |
tree | def70a1340d8c9b2c4ace7e93b719fe961b22673 /public/ng/less | |
parent | b92cac70382ff191592f2ab1d5b22f76f51d2036 (diff) | |
download | gitea-e3eea745f41e6349fc8132a7d3965d2c7d4a5063.tar.gz gitea-e3eea745f41e6349fc8132a7d3965d2c7d4a5063.zip |
UI fix
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index 1609b9d1c9..24c433a31a 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -43,7 +43,6 @@ } #dashboard { padding: 24px 0; - margin-bottom: 60px; } // dashboard sidebar contains contributed repositories panel, // and my repositories panel @@ -219,6 +218,7 @@ border-bottom-right-radius: .3em; } #dashboard-news { + padding-bottom: 60px; .news { margin-right: 2.4em; .mega-octicon { |