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