mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +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:
File diff suppressed because one or more lines are too long
@@ -48,6 +48,7 @@ a.page-numbers:hover {
|
||||
|
||||
body,
|
||||
#wpbody,
|
||||
#editorcontainer #content,
|
||||
.form-table .pre {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -47,6 +47,7 @@ a.page-numbers:hover {
|
||||
}
|
||||
|
||||
body,
|
||||
#editorcontainer #content,
|
||||
#wpbody,
|
||||
.form-table .pre {
|
||||
color: #333;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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