From e52acc8fe55494d91930c28ee275b1b4c1b7249e Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 12 Jul 2013 20:13:53 +0200 Subject: [PATCH] corrected upper margin of header in css --- web/htdocs/layout/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/layout/styles.css b/web/htdocs/layout/styles.css index 05ed645..0711cd3 100644 --- a/web/htdocs/layout/styles.css +++ b/web/htdocs/layout/styles.css @@ -18,8 +18,8 @@ h2 { /* float:left; */ background:#f9f9f9; border-bottom:1px solid #ccc; - padding:0px 10px 5px 10px; - margin: 10px 0 10px -25px; + padding:10px 10px 5px 10px; + margin: 0px 0 10px -25px; } h3 { -- 2.43.0