]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1494750 - Extra closing curly bracket in style.css disables following css
authorJosh Stompro <stomproj@larl.org>
Fri, 19 Aug 2016 20:31:11 +0000 (15:31 -0500)
committerKathy Lussier <klussier@masslnc.org>
Fri, 30 Sep 2016 05:20:53 +0000 (01:20 -0400)
commite274d4b8092c7500bb01ef9a2a2ffc9e797fc066
tree6828b81c813a5c7372a8dce21d97ee71f2e38175
parent0336afa49eca65fe66db1468e5d4539b47ac3e49
LP#1494750 - Extra closing curly bracket in style.css disables following css

Which is the .sort_deemphasize class, so the modification of the non-filing
characters never happens in the sort results.

Test Plan:

Needed: Patron account with checkout history that contains titles with
non filing characters.

Before change, view the checkout history and sort by title.  Note that the
leading non filing characters look the same as the rest of the title.

After change, view the checkout history and sort by title.  Note that the
leading non filing characters now have a different style than the rest
of the title.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Jeanette Lundgren <jlundgren@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style.css.tt2