Twenty Twelve: editor RTL style fixes props yoavf, see #21441.

git-svn-id: https://develop.svn.wordpress.org/trunk@21515 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-15 05:03:21 +00:00
parent 06112b685f
commit 2e2fd01f5d

View File

@ -8,16 +8,22 @@ See also rtl.css
html .mceContentBody {
direction: rtl;
unicode-bidi: embed;
margin: 10px auto;
}
li {
margin: 0 24px 0 0;
margin: 0 1.714285714rem 0 0;
}
td {
dl {
margin: 0 24px;
margin: 0 1.714285714rem;
}
tr th {
text-align: right;
}
.wp-caption-dd {
padding-right: 10px;
td {
padding: 6px 0 6px 10px;
text-align: right;
}
.wp-caption {
text-align: right;
}