diff options
author | 无闻 <u@gogs.io> | 2015-08-12 03:44:30 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-08-12 03:44:30 +0800 |
commit | d1a82a82b463271532f629d35f3f9fd0dfe5823b (patch) | |
tree | f679041d0a141d52ab3eff51c42a9a83323faead /public/ng/css | |
parent | f57235085a8250b0989c4fd0e4efdd74788558fc (diff) | |
parent | 4564d1349615c1d976b812acb4d7451852a6fbd2 (diff) |
Merge pull request #1454 from gustavopaes/bug/1453
Remove SSH button when SSH it 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 c35a7812..607c62a6 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 { |