aboutsummaryrefslogtreecommitdiff
path: root/src/shell.html
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-18 10:39:54 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-18 10:39:54 -0700
commit7d4f95b3ae729bc004527fcc6d943f0f231d74c0 (patch)
tree1db15ddc557a10b1f05fc66f3025bbd10ed46859 /src/shell.html
parent270c4b093699e31d0bf86077e463c2d983ab7216 (diff)
do not specify canvas size in css, to allow code to modify the size more easily
Diffstat (limited to 'src/shell.html')
-rw-r--r--src/shell.html2
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>