botsArena/src/arenas/Battleship/style.css

5 lines
199 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 {}
.battleshipGrid tr{}
2015-12-11 12:01:19 +01:00
.battleshipGrid tr td{width: 10px; height: 10px; border: 1px dashed green;}