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:19:14 +0000 (01:19 -0400)
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

index 443e87e..8a3c4f7 100644 (file)
@@ -2132,7 +2132,6 @@ label[for*=expert_]
 {
     font-weight: bold;
 }  
-} 
 
 .sort_deemphasize {
     font-weight: lighter;