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

Evergreen Git git at git.evergreen-ils.org
Fri Aug 17 15:29:23 EDT 2012


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  7f7f88959224ed7941017a37adc45a19a98290d6 (commit)
      from  4330a43e7f7a60cb62fe2babecc3014c1449bc96 (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 7f7f88959224ed7941017a37adc45a19a98290d6
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri Aug 17 15:16:45 2012 -0400

    TPAC: size_bigger, not size-bigger
    
    Amusingly, TT2 attempts to treat "bigger" as a value to subtract from
    "size". Cute. But we don't want the messages in the Apache log.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index c394e57..d988d05 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -882,7 +882,7 @@ table.acct_notes th {
     width:100%;
     text-align:center;
     padding-top:20px;
-    font-size: [% css_fonts.size-bigger %];
+    font-size: [% css_fonts.size_bigger %];
     font-weight:bold;
 }
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list