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/css/gogs.css | |
parent | b92cac70382ff191592f2ab1d5b22f76f51d2036 (diff) | |
download | gitea-e3eea745f41e6349fc8132a7d3965d2c7d4a5063.tar.gz gitea-e3eea745f41e6349fc8132a7d3965d2c7d4a5063.zip |
UI fix
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 1d0c468cac..506479d0e7 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -728,7 +728,6 @@ ol.linenums { } #dashboard { padding: 24px 0; - margin-bottom: 60px; } #dashboard-sidebar .panel-header h4 { margin: 0; @@ -894,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; |