From b7fcc83cb048a89c1cafb98028c14be187a816c7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 11 Dec 2015 11:56:34 +0100 Subject: [PATCH] battleship grid css --- src/arenas/Battleship/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index b80d1cf..ecfdf24 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -1,3 +1,5 @@ article p {width: 100%;} article p label {float:left; text-align:right; width:60%} -article p select {} \ No newline at end of file +article p select {} +.battleshipGrid tr{} +.battleshipGrid tr td{width: 10 px; height:10 px; border: 1px dashed green;} \ No newline at end of file