From e274d4b8092c7500bb01ef9a2a2ffc9e797fc066 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 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; -- 2.11.0