[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. e274d4b8092c7500bb01ef9a2a2ffc9e797fc066

Evergreen Git git at git.evergreen-ils.org
Fri Sep 30 01:21:14 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_11 has been updated
       via  e274d4b8092c7500bb01ef9a2a2ffc9e797fc066 (commit)
      from  0336afa49eca65fe66db1468e5d4539b47ac3e49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e274d4b8092c7500bb01ef9a2a2ffc9e797fc066
Author: Josh Stompro <stomproj at larl.org>
Date:   Fri Aug 19 15:31:11 2016 -0500

    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 <stomproj at larl.org>
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 443e87e..8a3c4f7 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;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list