Browse Source

make h1 larger than h2 larger than h3

easier to read when you have desc size for headers !

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Paul POULAIN 17 years ago
committed by Joshua Ferraro
parent
commit
135ed94f40
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc

4
koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc

@ -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;
}

Loading…
Cancel
Save