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:
parent
8cfd109c27
commit
2c7e03611a
|
@ -8,7 +8,7 @@ See also rtl.css
|
||||||
html .mceContentBody {
|
html .mceContentBody {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
unicode-bidi: embed;
|
unicode-bidi: embed;
|
||||||
float: right;
|
margin: 10px auto;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
margin: 0 24px 0 0;
|
margin: 0 24px 0 0;
|
||||||
|
|
Loading…
Reference in New Issue