Skip to content

Commit

Permalink
ugh css
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Nov 1, 2014
1 parent d2c77f1 commit b760a4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/samples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@

<!-- 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>
4 changes: 3 additions & 1 deletion v86.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#runtime_infos {
float: left;
width: 300px;
width: 250px;
}
#log, #runtime_infos, #serial {
font-family: DejaVu Sans Mono, monospace;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit b760a4e

Please sign in to comment.