diff --git a/html/testBotScripts/tictactoe.html b/html/testBotScripts/tictactoe.html index e2c374e..33d3d30 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -34,9 +34,9 @@ form label {float:left; width:40%; margin-right:0.5em; padding-top:0.2em; text-align:right;} pre{ font-style: normal;font-size: 16px; margin-left: 32px;font-family: Consolas, "Times New Roman", Verdana; border-left: 4px solid #CCC; padding-left: 8px;} - .battleGrid{display:table-cell; padding-left:10px; border-collapse:collapse; margin: 20px 20px 20px 20px;} + .battleGrid{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 tr td{border: 1px dashed green; text-align: center; font-weight: bold;width:30px; height: 30px; vertical-align: middle;} .winCase{background-color:red;} .hidden{display: none;} #logs{font-size: 70%;}