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 --> <!-- A minimal structure for the ScreenAdapter defined in browser/screen.js -->
<div id="screen_container"> <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> <canvas style="display: none"></canvas>
</div> </div>

View file

@ -1,6 +1,6 @@
#runtime_infos { #runtime_infos {
float: left; float: left;
width: 300px; width: 250px;
} }
#log, #runtime_infos, #serial { #log, #runtime_infos, #serial {
font-family: DejaVu Sans Mono, monospace; font-family: DejaVu Sans Mono, monospace;
@ -42,6 +42,8 @@
image-rendering: -o-crisp-edges; image-rendering: -o-crisp-edges;
image-rendering: optimize-contrast; image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor; -ms-interpolation-mode: nearest-neighbor;
background-color: #000;
} }
#screen > div > span { #screen > div > span {
height: 15px; height: 15px;