Theme and plugin editor textarea direction in RTL, props SergeyBiryukov, fixes #18021

git-svn-id: https://develop.svn.wordpress.org/trunk@19087 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-10-29 00:55:58 +00:00
parent ee4f3ae87c
commit c5cf25a60b
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2087,6 +2087,10 @@ h3.tb {
float: left;
}
#template textarea {
direction: ltr;
}
/* theme-install */
div.star {
left:auto;