diff options
author | slene <vslene@gmail.com> | 2014-03-15 20:55:20 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-15 20:55:20 +0800 |
commit | b3919c577f7082bad3955e039691c83b63c241e9 (patch) | |
tree | cd551da62dadd9a639aace5e2f66ae524c343637 /public | |
parent | 37300dc0d77383cc4e87685086639b6b0ac5f5a2 (diff) | |
download | gitea-b3919c577f7082bad3955e039691c83b63c241e9.tar.gz gitea-b3919c577f7082bad3955e039691c83b63c241e9.zip |
fix margin
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index f2c7335c7b..1c0b2d7be3 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -138,7 +138,7 @@ html, body { /* gogits body */ #gogs-body { padding-bottom: 60px; - margin-top: 50px; + margin-top: 30px; } #gogs-body .btn-default { |