]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Get rid of all unneccessary uppercase and some bold
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 6 Jan 2014 16:27:57 +0000 (11:27 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 6 Jan 2014 21:44:37 +0000 (16:44 -0500)
commit10551250dca09a952986b7cc51bea8837db8f02a
tree3de4fbd1501e8d14c577d1f50ffb8804c1498d53
parent15d3db176737390b141dcd09ad08aad31e14807d
TPAC: Get rid of all unneccessary uppercase and some bold

This gets rid of all places in the TPAC where CSS uses text-transform:
uppercase or capitalize.  The former is bad for readability, and the
latter can only confuse users when strings might appear to be
capitalized differently in one context than another (esp. users'
personal names).

This mostly, but not exclusively, affects the My Account section.
Also, one wholly unused CSS class was removed altogether.

It also gets rid of some bold style that was applied too liberally to
the whole contents of tables.

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