mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +00:00
Remove Courier from the monospace font stack. fixes #17640.
git-svn-id: https://develop.svn.wordpress.org/trunk@18118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -66,7 +66,7 @@ ol {
|
||||
}
|
||||
|
||||
.code, code {
|
||||
font-family: Consolas, Monaco, Courier, monospace;
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
}
|
||||
|
||||
kbd, code {
|
||||
@@ -476,7 +476,7 @@ form.upgrade .hint {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#editorcontainer #content {
|
||||
font-family: Consolas, Monaco, Courier, monospace;
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
padding: 6px;
|
||||
line-height: 150%;
|
||||
border: 0 none;
|
||||
@@ -647,7 +647,7 @@ form.upgrade .hint {
|
||||
min-height: 300px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
font-family: Consolas, Monaco, Courier, monospace;
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
line-height: 1.6em;
|
||||
padding: 0;
|
||||
overflow-y: hidden;
|
||||
@@ -2812,7 +2812,7 @@ table.diff tr {
|
||||
|
||||
table.diff td, table.diff th {
|
||||
padding: .5em;
|
||||
font-family: Consolas, Monaco, Courier, monospace;
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user