From 6118d11d0a3055644a65582d4e6bcdd522622d31 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 19 Dec 2015 18:55:23 +0100 Subject: [PATCH] specs css --- src/arenas/Battleship/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index f6db3d9..c8fdc63 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -7,5 +7,6 @@ td{min-width: 15px; height: 15px;} .battleshipGrid tr{} .battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;} .battleshipGrid tr th{text-align: center;} +.tabledoc{border-collapse:collapse;} .tabledoc tr td{border: 1px dashed green;} .shipOn{background-color: black; color: #fff;} \ No newline at end of file