diff options
author | Gustavo Paes <gustavo.paes@gmail.com> | 2015-08-09 14:38:26 -0300 |
---|---|---|
committer | Gustavo Paes <gustavo.paes@gmail.com> | 2015-08-09 15:03:46 -0300 |
commit | 4564d1349615c1d976b812acb4d7451852a6fbd2 (patch) | |
tree | 98843004aa760de33b5cd83d3330de85b4f8efd4 /public/ng/css | |
parent | 8a3ee795d2d069bbb57b3d134367078c8e8391d5 (diff) | |
download | gitea-4564d1349615c1d976b812acb4d7451852a6fbd2.tar.gz gitea-4564d1349615c1d976b812acb4d7451852a6fbd2.zip |
Remove SSH button when SSH is disabled
Diffstat (limited to 'public/ng/css')
-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 17c8af909a..16b287a2c4 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1496,7 +1496,7 @@ The register and sign-in page style .repo-bare #repo-header-meta { display: none; } -.repo-bare #repo-clone-ssh { +.repo-bare .btn-first { margin-left: 200px; } .repo-bare #repo-clone-copy { |