From 3fb76195bc844ca749941c524c7abfbacac14416 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 27 Feb 2012 00:57:57 -0500 Subject: [PATCH] Make the actor tiles larger. --- web_frontend/mobile.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web_frontend/mobile.css b/web_frontend/mobile.css index da38eae..7f1e362 100644 --- a/web_frontend/mobile.css +++ b/web_frontend/mobile.css @@ -10,3 +10,13 @@ body { padding: 0; } + +.tile { + display: block; + + line-height: 2em; +} + +.tile .title { + font-size: 1.0em; +} -- 2.22.5