This commit is contained in:
Gnieark 2015-12-11 12:08:57 +01:00
parent 38d8148b2b
commit f85a561f64

View File

@ -1,5 +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;}
.battleshipGrid{float: left;}
.battleshipGrid tr{} .battleshipGrid tr{}
.battleshipGrid tr td{width: 10px; height: 10px; border: 1px dashed green;} .battleshipGrid tr td{border: 1px dashed green;}