Code is still code: force LTR for .code and <code>, and the function lists in plugin/theme editors. see #19598.
git-svn-id: https://develop.svn.wordpress.org/trunk@19816 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
80cc194365
commit
e4134cbb0c
@ -56,7 +56,8 @@ ol {
|
||||
}
|
||||
|
||||
.code, code {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
font-family: monospace;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.quicktags, .search {
|
||||
@ -2296,12 +2297,13 @@ h3.tb {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* theme-editor */
|
||||
/* theme-editor, plugin-editor */
|
||||
#templateside {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#template textarea {
|
||||
#template textarea,
|
||||
#docs-list {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user