]> 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 Scott <dscott@laurentian.ca>
Thu, 19 Sep 2013 15:11:22 +0000 (11:11 -0400)
commit8e006d93a0a2308e01320892852fb15273331c81
treeeb000ba11ec88b88ac182f130de2d80c93864249
parent38c63a1a41ce86c76ce5460ef28222be93b21db9
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>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/css/fonts.tt2