From 33e21f2ce9f01749100ef0998b204fca4e833249 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 19 Jun 2016 21:42:00 +0200 Subject: [PATCH] . --- 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 89ca475..1f65098 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -4,7 +4,7 @@ article p select {} td{min-width: 15px; height: 15px;} #fightResult{display:table;} #logs{display:block;padding-left:10px; height: 200px; overflow-y: scroll;} -#logs p em {color: grey; font-size: 70%; test-transform:italic;} +#logs em {color: grey; font-size: 70%; test-transform:italic;} .battleshipGrid{display:table-cell; padding-left:10px; border-collapse:collapse; margin: 20px 20px 20px 20px;} .nofloat{float: none;} .battleshipGrid tr{}