diff options
author | slene <vslene@gmail.com> | 2014-03-15 20:46:39 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-15 20:46:39 +0800 |
commit | c7acb9552a47786ef7f6d8add6f8807f4a790c6e (patch) | |
tree | 01361e03ffc4c0a9708e52bc887cefadcffd984a /public | |
parent | 0791d01513b0d06f8c369df36f31eedd0fbc9619 (diff) | |
download | gitea-c7acb9552a47786ef7f6d8add6f8807f4a790c6e.tar.gz gitea-c7acb9552a47786ef7f6d8add6f8807f4a790c6e.zip |
remove padding
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index c48a17984f..f2c7335c7b 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -137,7 +137,6 @@ html, body { /* gogits body */ #gogs-body { - padding-top: 30px; padding-bottom: 60px; margin-top: 50px; } @@ -148,7 +147,6 @@ html, body { } #gogs-body-nav { - margin-bottom: -50px; background-color: #FFF; border-bottom: 1px solid #DDD; height: 66px @@ -447,8 +445,6 @@ html, body { } #gogs-repo-toolbar { - margin-top: 51px; - margin-bottom: -50px; border-bottom: 1px solid #DDD; background-color: #FFF; height: 40px; |