From: Robert Sesek Date: Mon, 27 Feb 2012 05:57:57 +0000 (-0500) Subject: Make the actor tiles larger. X-Git-Tag: 0.9.656.0~24^2~5 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=3fb76195bc844ca749941c524c7abfbacac14416;p=armadillo.git Make the actor tiles larger. --- 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; +}