diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-04 07:59:36 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-04 07:59:36 -0500 |
commit | 78f4f59380f5edcf7e367821b71a44856fb28a53 (patch) | |
tree | 3bb2f61e10d51dbfbf24fe6f8fceb153ba0fd024 | |
parent | 743b55b9b0117d50e543cb95221d3737bf02d6bc (diff) | |
download | gitea-78f4f59380f5edcf7e367821b71a44856fb28a53.tar.gz gitea-78f4f59380f5edcf7e367821b71a44856fb28a53.zip |
ui fix
-rw-r--r-- | public/ng/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 8e5b590c00..97cc0e94a3 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1067,7 +1067,7 @@ The register and sign-in page style padding: 18px 0; } .repo-wide-wrapper { - padding: 18px 0; + padding: 18px; position: relative; } #repo-clone-url { |