From 6f0f738f088a4da04f4dc251fcafff64ec04d996 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Fri, 6 Jun 2014 15:58:30 +0200 Subject: [PATCH] reduce padding by 1px after increasing image --- core/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/header.css b/core/css/header.css index e9ca5352df..d2645c6a7d 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -34,7 +34,7 @@ position: absolute; top: 0; left: 0; - padding: 6px; + padding: 5px; padding-bottom: 0; height: 45px; /* header height */ -moz-box-sizing: border-box; -- GitLab