From 51d24c019dc3eb425b9b2da022a95602450b19f0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 Sep 2013 19:33:40 +0200 Subject: html frontend: Add scale parameter --- cgi/templates/display.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi/templates') diff --git a/cgi/templates/display.html.ep b/cgi/templates/display.html.ep index b61dabf..234068b 100644 --- a/cgi/templates/display.html.ep +++ b/cgi/templates/display.html.ep @@ -14,7 +14,7 @@ font-family: VRRR; background-color: #000000; color: #ffd000; - font-size: 430%; + font-size: <%= $scale * 100 %>%; } div.outer { -- cgit v1.2.3