Twenty Twelve, RTL: per azaozz, center the editor body in RTL to stop messing with calculating height/width in JS. Props obenland, see #21441.

git-svn-id: http://core.svn.wordpress.org/trunk@21441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-05 22:54:47 +00:00
parent b11f365e59
commit 98321fbf6f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ See also rtl.css
html .mceContentBody {
direction: rtl;
unicode-bidi: embed;
float: right;
margin: 10px auto;
}
li {
margin: 0 24px 0 0;