Skip to content

Commit

Permalink
[Emscripten] Fix the CSS styling for the log
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Aug 17, 2016
1 parent 60eddd1 commit dd8b195
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions emscripten/webplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
* This provides the basic styling for the RetroArch web player.
*/
textarea.webplayer {
border: none;
font-family: monospace;
font-size: 0.7em;
width: 100%;
overflow: hide;
resize: none;
font-size: 0.8em;
}

h1 {
Expand Down

0 comments on commit dd8b195

Please sign in to comment.