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