From 9f5e9d60a29b2b7660a95338382b0e2bdf295d63 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 27 Feb 2012 01:21:25 -0500 Subject: [PATCH] Add some spacing between the first move selector and the last tile --- web_frontend/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_frontend/mobile.css b/web_frontend/mobile.css index fca045a..f83270e 100644 --- a/web_frontend/mobile.css +++ b/web_frontend/mobile.css @@ -21,8 +21,8 @@ body { font-size: 1.0em; } -.actor .select:first-child { - border-top: 1px solid red; +.actor select:first-child { + margin-top: 2em; } .actor select { -- 2.22.5