From 5f160bdcee111d2df220f9db164bf158ec9998c8 Mon Sep 17 00:00:00 2001 From: Jack Arrington Date: Fri, 21 Feb 2014 20:04:10 -0500 Subject: Actually make margin between canvas and output --- src/shell.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shell.html') 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; -- cgit v1.2.3-70-g09d2