[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. a5822e48bdc361a40e436f5c58e27d7c79875f86
Evergreen Git
git at git.evergreen-ils.org
Fri Aug 17 15:30:48 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, rel_2_3 has been updated
via a5822e48bdc361a40e436f5c58e27d7c79875f86 (commit)
from 4a86ff3c808d6e6845376fdceb3be98c7282bf89 (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 a5822e48bdc361a40e436f5c58e27d7c79875f86
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