From fe6cbf3966990eccbc1b4ffb0070c268a31b02bc Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 19 Dec 2015 20:13:51 +0100 Subject: [PATCH] specs --- 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 1a90a51..38e1a5e 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,.tabledoc tr th{border: 1px solid green;} +.tabledoc tr td,.tabledoc tr th{border: 1px solid green; padding-left: 5px;} .shipOn{background-color: black; color: #fff;} \ No newline at end of file