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=e1a163f33cae5e423cf0e9b757e1dedc226666d9;p=evergreen%2Fmasslnc.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 443e87e806..8a3c4f72d0 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -2132,7 +2132,6 @@ label[for*=expert_] { font-weight: bold; } -} .sort_deemphasize { font-weight: lighter;