diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-01 11:32:12 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-01 11:32:12 -0400 |
commit | f6c4fbeb37bc7fcbc947c162358c39e9bed90488 (patch) | |
tree | 37d9ba100ba006b9d322014bff1975014b8f3fd3 /public/css | |
parent | 0dfb5560cdee369b2292071d14d750b2477c6086 (diff) | |
download | gitea-f6c4fbeb37bc7fcbc947c162358c39e9bed90488.tar.gz gitea-f6c4fbeb37bc7fcbc947c162358c39e9bed90488.zip |
Collaborator
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index b4855d7805..e84eb1ef14 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -398,6 +398,7 @@ html, body { background-color: #FFF; border: 1px solid #CCC; padding: 0; + padding-top: 10px; } #user-setting-nav > h4, #user-setting-container > h4, #user-setting-container > div > h4, |