Twenty Twelve RTL: add editor-style-rtl stylesheet, props SergeyBiryukov and obenland. See #21441.

git-svn-id: http://core.svn.wordpress.org/trunk@21433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-05 21:27:50 +00:00
parent e22591ce49
commit ae0e3c298a

View File

@ -0,0 +1,23 @@
/*
Theme Name: Twenty Twelve
Used to style the TinyMCE editor for RTL languages.
See also rtl.css
*/
html .mceContentBody {
direction: rtl;
unicode-bidi: embed;
float: right;
}
li {
margin: 0 24px 0 0;
margin: 0 1.714285714rem 0 0;
}
td {
text-align: right;
}
.wp-caption-dd {
padding-right: 10px;
text-align: right;
}