From 3011228aa34d7b9458f03a0e5470463f0a6b51d4 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 12 Jul 2009 12:07:03 +0000 Subject: [PATCH] increase top bar height to provide space for search input field and language selection flags git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3454 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/skin/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/skin/custom.css b/browser/skin/custom.css index 98f6210..071c0b8 100644 --- a/browser/skin/custom.css +++ b/browser/skin/custom.css @@ -16,6 +16,6 @@ a { #global { border-bottom: 1px solid #d0d0d0; margin-bottom: 2px; - padding: 2px 0 2px 5px; + padding: 2px 0 20px 5px; }