From f85a561f64d7ebf18760fa51ca179aacd818c4bf Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 11 Dec 2015 12:08:57 +0100 Subject: [PATCH] fix css --- src/arenas/Battleship/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index 4410528..9dfb194 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -1,5 +1,7 @@ article p {width: 100%;} article p label {float:left; text-align:right; width:60%} article p select {} +td{min-width: 10px; height: 10px;} +.battleshipGrid{float: left;} .battleshipGrid tr{} -.battleshipGrid tr td{width: 10px; height: 10px; border: 1px dashed green;} \ No newline at end of file +.battleshipGrid tr td{border: 1px dashed green;} \ No newline at end of file