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: https://develop.svn.wordpress.org/trunk@21441 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-05 22:54:47 +00:00
parent 165a28af29
commit a1a26b0318
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;