summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-15 20:55:20 +0800
committerslene <vslene@gmail.com>2014-03-15 20:55:20 +0800
commitb3919c577f7082bad3955e039691c83b63c241e9 (patch)
treecd551da62dadd9a639aace5e2f66ae524c343637 /public
parent37300dc0d77383cc4e87685086639b6b0ac5f5a2 (diff)
downloadgitea-b3919c577f7082bad3955e039691c83b63c241e9.tar.gz
gitea-b3919c577f7082bad3955e039691c83b63c241e9.zip
fix margin
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css2
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 {