From 2b4bbf2df93241b6269b4e28c344b348968efc86 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Dec 2016 11:27:20 +0100 Subject: infoscreen template: slightly decrease train/line number font size --- public/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/default.css b/public/static/default.css index 9a04ee1..e7c2d63 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -32,7 +32,7 @@ div.displayclean > ul > li { } div.displayclean li .line { - font-size: 2.9em; + font-size: 2.7em; position:absolute; bottom:5px; left:2px; -- cgit v1.2.3