From a5822e48bdc361a40e436f5c58e27d7c79875f86 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 files changed, 1 insertions(+), 1 deletions(-) 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; } -- 1.7.2.5