]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Bump up the default font size, use consistent font sizes
authorDan Scott <dscott@laurentian.ca>
Thu, 19 Sep 2013 15:11:22 +0000 (11:11 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000 (18:42 -0400)
commit2cf503ac745b1a4e73d9c396da932f491aecca65
treed09001daa3508fcc0c74bd9bf966660d3b5c6054
parent5511067ce20b1588ba7a521ebe590000ccc0badc
Bump up the default font size, use consistent font sizes

opac/parts/css/fonts.tt2 defines all of the font sizes we should be
using for consistency throughout the TPAC. There was a need felt to bump
up the default font size in the mobile UI from 12px to 12pt, which was
matched by a number of sites who had also bumped the normal UI up to
14px or 15px. Rather than having a weird font-size jump when you narrow
a browser window to < 600px, keep the same base font size... but bump it
up.

Also, replace hardcoded 100% etc font sizes with the templated font
sizes for consistency.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/css/fonts.tt2