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>

View file

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