From 2785af89e900f0b91afaba9d5d90c6f3a787a7b7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 11 Dec 2015 12:11:24 +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 9dfb194..8b4746c 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -2,6 +2,6 @@ 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{float: left; border-collapse:collapse;} .battleshipGrid tr{} .battleshipGrid tr td{border: 1px dashed green;} \ No newline at end of file