botsArena/src/arenas/Battleship/style.css
2015-12-11 13:22:29 +01:00

8 lines
335 B
CSS

article p {width: 100%;}
article p label {float:left; text-align:right; width:60%}
article p select {}
td{min-width: 15px; height: 15px;}
.battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;}
.battleshipGrid tr{}
.battleshipGrid tr td{border: 1px dashed green;}
.battleshipGrid tr th{text-align: center;}