Skip to content

Commit

Permalink
Merge pull request libretro#3398 from RobLoach/patch-3
Browse files Browse the repository at this point in the history
[Emscripten] Clean up the log textarea
  • Loading branch information
fr500 authored Aug 17, 2016
2 parents 2f2d5f0 + 53ccbcc commit 2723fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 3 additions & 7 deletions emscripten/webplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
* This provides the basic styling for the RetroArch web player.
*/
textarea.webplayer {
border: 0px;
font-family: 'Share Tech Mono';
font-size: 12px;
width: 100%;
overflow:hide;
resize:none;
color:black;
font-family: monospace;
font-size: 0.8em;
}

h1 {
text-align: left;
}
Expand Down
4 changes: 3 additions & 1 deletion emscripten/webplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
</div>
<div class="row">
<div class="col-sm-12">
<textarea class="webplayer" id="output" rows="15"></textarea>
<div class="form-group">
<textarea class="webplayer form-control" id="output" rows="15"></textarea>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2723fe5

Please sign in to comment.