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