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

View File

@ -1,7 +1,7 @@
article p {width: 100%;} 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: 15px; height: 15px;}
.battleshipGrid{float: left; border-collapse:collapse;} .battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;}
.battleshipGrid tr{} .battleshipGrid tr{}
.battleshipGrid tr td{border: 1px dashed green;} .battleshipGrid tr td{border: 1px dashed green;}