From 7f7f88959224ed7941017a37adc45a19a98290d6 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 17 Aug 2012 15:16:45 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2