This commit is contained in:
Gnieark 2015-12-18 21:40:11 +01:00
parent 37472adabc
commit bf79dad577

View File

@ -5,6 +5,6 @@ td{min-width: 15px; height: 15px;}
.battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;}
.nofloat{float: none;}
.battleshipGrid tr{}
.battleshipGrid tr td{border: 1px dashed green;}
.battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;}
.battleshipGrid tr th{text-align: center;}
.shipOn{background-color: black; color: #fff;}