diff options
author | Unknown <joe2010xtmf@163.com> | 2014-02-17 13:26:57 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-02-17 13:26:57 -0500 |
commit | 362896479582bbe9142b604ee232d40aade0313f (patch) | |
tree | df462d022b765ea025b2ce43b5b10721783410fa /public | |
parent | b1c5adc2f206b855ccf19eaf492fd86a86e2befc (diff) | |
download | gitea-362896479582bbe9142b604ee232d40aade0313f.tar.gz gitea-362896479582bbe9142b604ee232d40aade0313f.zip |
Fix CSS issue
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 59a5c18bac..ff3d7a9954 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -5,7 +5,7 @@ */ body { - padding-top: 60px; + padding-top: 70px; } .navbar { min-height: 45px; |