Fix for too-large header sizes causing display issues in KPAC
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 6 Jan 2015 19:59:43 +0000 (14:59 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Tue, 6 Jan 2015 19:59:43 +0000 (14:59 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/css/skin/default/kpac/style.css

index 8ecc53c..9d2d115 100755 (executable)
@@ -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 {