From 6ec859f2b0c1bade67d04f740ec4b9ac9ae0ec98 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 24 Feb 2017 12:23:19 -0500 Subject: webhook: send secret with SHA256 HMAC hex digest (#3692) --- public/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index afef67ac..68845160 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2319,6 +2319,9 @@ footer .ui.language .menu { .repository.settings.webhooks .types .menu .item { padding: 10px !important; } +.repository.settings.webhook .text.desc { + margin-top: 5px; +} .repository.settings.webhook .events .column { padding-bottom: 0; } -- cgit v1.2.3