From 38d8148b2b7833af223b8e0af287e1a2a0b93d4b Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 11 Dec 2015 12:01:19 +0100 Subject: [PATCH] fix css --- src/arenas/Battleship/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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