From 4564d1349615c1d976b812acb4d7451852a6fbd2 Mon Sep 17 00:00:00 2001 From: Gustavo Paes Date: Sun, 9 Aug 2015 14:38:26 -0300 Subject: Remove SSH button when SSH is disabled --- public/ng/css/gogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 17c8af90..16b287a2 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 { -- cgit v1.2.3