From a05ccd91a8a4e66a3f8fc22859722f832f0ff002 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 19 Dec 2015 18:56:44 +0100 Subject: [PATCH] specs 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 c8fdc63..1a90a51 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -8,5 +8,5 @@ td{min-width: 15px; height: 15px;} .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;} +.tabledoc tr td,.tabledoc tr th{border: 1px solid green;} .shipOn{background-color: black; color: #fff;} \ No newline at end of file