From d90774450d2126d191f8cb3d62363d0eac401ad7 Mon Sep 17 00:00:00 2001 From: Kelson Date: Wed, 11 Sep 2019 13:50:33 +0200 Subject: [PATCH] Slightly bigger top-padding for kiwix-serve --- static/skin/taskbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/skin/taskbar.css b/static/skin/taskbar.css index 89f20cc4..101787da 100644 --- a/static/skin/taskbar.css +++ b/static/skin/taskbar.css @@ -124,7 +124,7 @@ label[for=kiwixsearchbox] { } body { - padding-top: 40px !important; + padding-top: 3em !important; } /* Try to fix buggy stuff in jquery-ui autocomplete */