make h1 larger than h2 larger than h3
authorPaul POULAIN <paul@koha-fr.org>
Fri, 14 Dec 2007 17:29:47 +0000 (18:29 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 14 Dec 2007 18:12:41 +0000 (12:12 -0600)
easier to read when you have desc size for headers !

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc

index d6237d3..352b615 100644 (file)
@@ -27,11 +27,11 @@ h1 {
         vertical-align:middle;
 }
 
-h2 { font-size: 16px; }
+h2 { font-size: 1.75em; }
 
 h3 {
         color: #006;
-        font-size: 18px;
+        font-size: 1.5em;
         font-weight: lighter;
 }