Removed font-size

To allow the editor's font-size to be controlled by user
This commit is contained in:
Matt Pass
2013-04-20 16:05:49 +01:00
parent 5b894794dd
commit 6273bcdd3f

View File

@@ -1,4 +1,4 @@
.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
.cm-s-rubyblue { font-family: Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
.cm-s-rubyblue.CodeMirror { background: #112435; color: white; }
.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }