Use monospaced font for HTML editor. props iammattthomas. fixes #17640

git-svn-id: https://develop.svn.wordpress.org/trunk@18102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-06-01 19:31:42 +00:00
parent b41246fa30
commit 1d9e0ea01b
7 changed files with 9 additions and 5 deletions

View File

@@ -476,6 +476,7 @@ form.upgrade .hint {
------------------------------------------------------------------------------*/
#editorcontainer #content {
font-family: Consolas, Monaco, Courier, monospace;
padding: 6px;
line-height: 150%;
border: 0 none;
@@ -647,6 +648,7 @@ form.upgrade .hint {
min-height: 300px;
border: 0;
background: transparent;
font-family: Consolas, Monaco, Courier, monospace;
line-height: 1.6em;
padding: 0;
overflow-y: hidden;