From: Terran McCanna Date: Tue, 6 Jan 2015 19:59:43 +0000 (-0500) Subject: Fix for too-large header sizes causing display issues in KPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98528d99fbbba73e4931928685e0d9a78e0bd521;p=evergreen%2Fpines.git Fix for too-large header sizes causing display issues in KPAC Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css index d7104e19f2..40141040cc 100755 --- a/Open-ILS/web/css/skin/default/kpac/style.css +++ b/Open-ILS/web/css/skin/default/kpac/style.css @@ -40,14 +40,16 @@ h1, h2, h3 { font-weight:normal; text-transform:uppercase; margin:0; + padding-top:10px; + padding-bottom:10px; } h1 { - font-size:45px; + font-size:30px; } h2 { - font-size:40px; + font-size:25px; } h3 {