diff --git a/src/arenas/Battleship/style.css b/src/arenas/Battleship/style.css index 15e9060..89ca475 100644 --- a/src/arenas/Battleship/style.css +++ b/src/arenas/Battleship/style.css @@ -4,6 +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;} .battleshipGrid{display:table-cell; padding-left:10px; border-collapse:collapse; margin: 20px 20px 20px 20px;} .nofloat{float: none;} .battleshipGrid tr{}