diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 23:36:25 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-09-23 23:36:25 +0800 |
commit | d750d53422df8d11783b672ac6cc558b136b5632 (patch) | |
tree | 3709754607bed7d6c39696f821c53f494ec793b2 /public | |
parent | 8d5a4cc9eb1c3b22865eed964637a2f5622b6d85 (diff) | |
parent | 1476a1a729a8aa48ac194931b93a589bc268613b (diff) | |
download | gitea-d750d53422df8d11783b672ac6cc558b136b5632.tar.gz gitea-d750d53422df8d11783b672ac6cc558b136b5632.zip |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 3 | ||||
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index b78bd98c48..b6d7a4dd14 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -893,6 +893,9 @@ ol.linenums { #dashboard-switch-menu > li.checked > a .octicon { opacity: 1; } +#dashboard-news { + padding-bottom: 60px; +} #dashboard-news .news { margin-right: 2.4em; padding-bottom: 1em; diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index 8e10b9d61b..24c433a31a 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -218,6 +218,7 @@ border-bottom-right-radius: .3em; } #dashboard-news { + padding-bottom: 60px; .news { margin-right: 2.4em; .mega-octicon { |