Add some spacing between the first move selector and the last tile
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 27 Feb 2012 06:21:25 +0000 (01:21 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 27 Feb 2012 06:21:25 +0000 (01:21 -0500)
web_frontend/mobile.css

index fca045a18205fb7d795525705945b0ba90455fd2..f83270e23f5f8307386b1c43965d7037e353479a 100644 (file)
@@ -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 {