botsArena/src/arenas/Battleship/style.css

7 lines
263 B
CSS
Raw Normal View History

2015-12-11 09:25:36 +01:00
article p {width: 100%;}
2015-12-11 11:40:36 +01:00
article p label {float:left; text-align:right; width:60%}
2015-12-11 11:56:34 +01:00
article p select {}
2015-12-11 12:08:57 +01:00
td{min-width: 10px; height: 10px;}
2015-12-11 12:11:24 +01:00
.battleshipGrid{float: left; border-collapse:collapse;}
2015-12-11 11:56:34 +01:00
.battleshipGrid tr{}
2015-12-11 12:08:57 +01:00
.battleshipGrid tr td{border: 1px dashed green;}