From ba8677fc50fd6944b4d475cb799cba164871c311 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 25 Dec 2016 20:31:29 +0100 Subject: [PATCH] css: header: logo text, menu padding Align the logo/text with the menu, and add more horizontal padding there, to make it better looking with the increased height. --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index a6009cd..d1728af 100644 --- a/local.css +++ b/local.css @@ -76,7 +76,7 @@ blockquote{ font-weight: bold; position: relative; margin: 0px; - top:33px; + top:25px; display:block; float:left; background: url(images/bg_t.gif) no-repeat; @@ -114,7 +114,7 @@ blockquote{ #menu li a { display: block; - padding: 20px 10px 50px 10px; + padding: 20px 15px 50px 15px; text-decoration: none; color: #fff; font-weight: bold;