From: Dan Scott Date: Fri, 17 Aug 2012 19:16:45 +0000 (-0400) Subject: TPAC: size_bigger, not size-bigger X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f7f88959224ed7941017a37adc45a19a98290d6;p=contrib%2FConifer.git 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 Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index c394e5781f..d988d050d6 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; }