From: Dan Scott Date: Tue, 4 Oct 2011 02:03:00 +0000 (-0400) Subject: TPAC: No need for a 26px padding on the header bottom X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e9dab142d4cd6eabc395a01971eeef1005e50c3;p=evergreen%2Fmasslnc.git 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 --- 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;