From fbf55d03a2ade49067329bf3d97c46574615cfce Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Fri, 19 Aug 2016 15:31:11 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 - 1 file changed, 1 deletion(-) 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; -- 2.11.0