diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.html b/src/shell.html index 93dcdf2b..43878973 100644 --- a/src/shell.html +++ b/src/shell.html @@ -6,7 +6,7 @@ <title>Emscripten-Generated Code</title> <style> .emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; } - canvas.emscripten { width: 256px; height: 256px; border: 1px solid black; } + canvas.emscripten { border: 1px solid black; } textarea.emscripten { font-family: monospace; width: 80%; } div.emscripten { text-align: center; } </style> |