This commit is contained in:
copy 2014-11-01 15:03:57 +01:00
parent d2c77f116e
commit b760a4ec68
2 changed files with 4 additions and 2 deletions

View file

@ -94,6 +94,6 @@ function cont(images)
<!-- A minimal structure for the ScreenAdapter defined in browser/screen.js -->
<div id="screen_container">
<div style="white-space: pre; font: 14px monospace"></div>
<div style="white-space: pre; font: 14px monospace; line-height: 14px"></div>
<canvas style="display: none"></canvas>
</div>