From: William Rockwood Date: Tue, 19 Mar 2013 21:38:33 +0000 (-0400) Subject: Un-center headings on non-youth homesearch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=94f9c385ca58545bf2b695b1c62c5e7e714db7d1;p=evergreen%2Ftadl.git Un-center headings on non-youth homesearch - created new class for h1s on homesearch_ys - applied it. Signed-off-by: William Rockwood --- diff --git a/css/tadl.css b/css/tadl.css index ea2a6120f8..ab6a133e61 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -77,7 +77,12 @@ h1 { h1.home-header { font-size:2.5em; -// padding-left:3em; + padding-left:3em; + margin-bottom:5px; +} + +h1.home-header-ys { + font-size:2.5em; text-align:center; margin-bottom:1em; } diff --git a/templates_tadlskin/opac/parts/homesearch_ys.tt2 b/templates_tadlskin/opac/parts/homesearch_ys.tt2 index 049e3a35e0..15fed6b5af 100644 --- a/templates_tadlskin/opac/parts/homesearch_ys.tt2 +++ b/templates_tadlskin/opac/parts/homesearch_ys.tt2 @@ -1,6 +1,6 @@