diff --git a/examples/sudoku/sudoku-js.html b/examples/sudoku/sudoku-js.html index 4134b0621b88d3d68725694a47c91a573a9e8edb..1ae852f8106c26c687ca87e5e0b361b6f598309c 100644 --- a/examples/sudoku/sudoku-js.html +++ b/examples/sudoku/sudoku-js.html @@ -17,6 +17,7 @@ form .label { display: inline-block; min-width: 15em; } form input.number { width: 5em; } + #custom { font-family: monospace; } #play-button { background-color: black; color: #eee; font-family: inherit; font-weight: bold; font-size: 100%; margin-top: 1ex; margin-left: 1em; padding-left: 3em; padding-right: 3em; padding-top: 1ex; padding-bottom: 1ex; } #play-button { background: @@ -44,6 +45,13 @@ + @@ -64,9 +72,9 @@ For further demos and details on the reasoner, click here.