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:
Andrew Nacin 2012-02-02 23:58:46 +00:00
parent 80cc194365
commit e4134cbb0c
1 changed files with 5 additions and 3 deletions

View File

@ -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;
}