[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. fbf55d03a2ade49067329bf3d97c46574615cfce

Evergreen Git git at git.evergreen-ils.org
Fri Sep 30 01:21:49 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_10 has been updated
       via  fbf55d03a2ade49067329bf3d97c46574615cfce (commit)
      from  441eaa7931642074c107735c9032bd1669fe8b74 (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 fbf55d03a2ade49067329bf3d97c46574615cfce
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 b266730..e1acfb4 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;

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

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