diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index 00b05b6..72c9e6b 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -5,6 +5,6 @@ td{min-width: 15px; height: 15px;} .battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;} .nofloat{float: none;} .battleshipGrid tr{} -.battleshipGrid tr td{border: 1px dashed green;} +.battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;} .battleshipGrid tr th{text-align: center;} .shipOn{background-color: black; color: #fff;} \ No newline at end of file