diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index 4410528..9dfb194 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -1,5 +1,7 @@ article p {width: 100%;} article p label {float:left; text-align:right; width:60%} article p select {} +td{min-width: 10px; height: 10px;} +.battleshipGrid{float: left;} .battleshipGrid tr{} -.battleshipGrid tr td{width: 10px; height: 10px; border: 1px dashed green;} \ No newline at end of file +.battleshipGrid tr td{border: 1px dashed green;} \ No newline at end of file