diff options
author | Jack Arrington <jack@epicpineapple.com> | 2014-02-21 20:04:10 -0500 |
---|---|---|
committer | Jack Arrington <jack@epicpineapple.com> | 2014-02-21 20:04:10 -0500 |
commit | 5f160bdcee111d2df220f9db164bf158ec9998c8 (patch) | |
tree | 09efad38b8c947dfc2e17aa107f54a47c6b50e8e /src | |
parent | b40de44404eff6082193a343b6d2d831e3c532c0 (diff) |
Actually make margin between canvas and output
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shell.html b/src/shell.html index 0806cb0d..cbf8c0d8 100644 --- a/src/shell.html +++ b/src/shell.html @@ -15,7 +15,7 @@ div.emscripten { text-align: center; } div.emscripten_border { border: 1px solid black; } /* the canvas *must not* have any border or padding, or mouse coords will be wrong */ - canvas.emscripten { border: 0px none; margin-bottom: 10px; } + canvas.emscripten { border: 0px none; } #emscripten_logo { display: inline-block; @@ -88,6 +88,7 @@ width: 100%; height: 200px; margin: 0 auto; + margin-top: 10px; display: block; background-color: black; color: white; |