From 3feabf250947d12e66a238654df43df81fc0d3b2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 5 May 2019 01:30:20 +0200 Subject: Move moreinfo to ajax-requested sub-template This decreases the DOM size and allows for future speed improvements (the backend no longer needs to precalculate routes etc for all trains) --- public/static/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/static/mobile.css') diff --git a/public/static/mobile.css b/public/static/mobile.css index c57246c..d319c59 100644 --- a/public/static/mobile.css +++ b/public/static/mobile.css @@ -8,6 +8,6 @@ div.app > ul > li { font-size: 35%; } -div.app li .moreinfo { - font-size: 2.6em; +div.app .moreinfo { + font-size: 100%; } -- cgit v1.2.3