diff options
author | Unknwon <u@gogs.io> | 2017-11-18 00:38:46 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-11-18 00:38:46 -0500 |
commit | 0f14b92bce885a2622a1cdbaa2500ce898995cbf (patch) | |
tree | cefa9d59834b750ba0f92dc83e95d11f2bdcc3ca /public/css/gogs.css | |
parent | 43d6ad5fda4eb978aeec54b49c5b33a096bb31f4 (diff) |
MISC: minor fixes in webhook
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index c1fc48a2..a9c3249c 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2399,6 +2399,9 @@ footer .ui.language .menu { .repository.settings.webhooks .types .menu .item { padding: 10px !important; } +.repository.settings.webhooks .logo.item img { + margin-top: -4px; +} .repository.settings.webhook .text.desc { margin-top: 5px; } |