From 0e9dab142d4cd6eabc395a01971eeef1005e50c3 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 3 Oct 2011 22:03:00 -0400 Subject: [PATCH] TPAC: No need for a 26px padding on the header bottom 26px on the bottom of the header was giving a bit too much space to the header. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- Open-ILS/web/css/skin/default/opac/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 9d18010f29..449a4b2b8b 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -136,7 +136,7 @@ span.dash_divider { } #header { color: #fff; - padding: 26px 0px 26px 0px; + padding-top: 26px; width: 974px; margin: auto; font-size:11px; -- 2.43.2