This commit is contained in:
Gnieark 2015-12-11 12:11:24 +01:00
parent f85a561f64
commit 2785af89e9

View File

@ -2,6 +2,6 @@ article p {width: 100%;}
article p label {float:left; text-align:right; width:60%} article p label {float:left; text-align:right; width:60%}
article p select {} article p select {}
td{min-width: 10px; height: 10px;} td{min-width: 10px; height: 10px;}
.battleshipGrid{float: left;} .battleshipGrid{float: left; border-collapse:collapse;}
.battleshipGrid tr{} .battleshipGrid tr{}
.battleshipGrid tr td{border: 1px dashed green;} .battleshipGrid tr td{border: 1px dashed green;}