mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 13:14:29 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user