From 888c6e808425c3e11d0685b98774d79703f79f25 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 11 Dec 2015 09:40:40 +0100 Subject: [PATCH] fix css --- src/arenas/Battleship/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index cd1df47..3484071 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -1,3 +1,3 @@ article p {width: 100%;} article p label {float:left; text-align:right; width:70%} -article p select {float: left;} \ No newline at end of file +article p select {} \ No newline at end of file