This commit is contained in:
gnieark 2016-06-07 23:43:52 +02:00
parent 0a90780a1e
commit b65e0109d4

View File

@ -36,7 +36,7 @@ pre{ font-style: normal;font-size: 16px; margin-left: 32px;font-family: Consolas
border-left: 4px solid #CCC; padding-left: 8px;}
.battleGrid{display:table-cell; padding-left:10px; border-collapse:collapse; margin: 20px 20px 20px 20px;}
.battleGrid tr{}
.battleGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;min-width:20px; height:20px;}
.battleGrid td{border: 1px dashed green; text-align: center; font-weight: bold;width:2em; height: 2em; vertical-align: middle;}
.winCase{background-color:red;}
.hidden{display: none;}
#logs{font-size: 70%;}