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

git-svn-id: https://develop.svn.wordpress.org/trunk@21433 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-05 21:27:50 +00:00
parent b8ccfe935f
commit 2d4822d1c3

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;
}