[open-ils-commits] [GIT] Evergreen ILS branch master updated. e1a163f33cae5e423cf0e9b757e1dedc226666d9

Evergreen Git git at git.evergreen-ils.org
Fri Sep 30 01:19:52 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, master has been updated
       via  e1a163f33cae5e423cf0e9b757e1dedc226666d9 (commit)
      from  fcd65eb134b216531635cfceb8b283f39b3b34c2 (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 e1a163f33cae5e423cf0e9b757e1dedc226666d9
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