From: Josh Stompro Date: Fri, 19 Aug 2016 20:31:11 +0000 (-0500) Subject: LP#1494750 - Extra closing curly bracket in style.css disables following css X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fbf55d03a2ade49067329bf3d97c46574615cfce;p=working%2FEvergreen.git 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 Signed-off-by: Jeanette Lundgren Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index b266730484..e1acfb4a08 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -2127,7 +2127,6 @@ label[for*=expert_] { font-weight: bold; } -} .sort_deemphasize { font-weight: lighter;