a1a26b0318
git-svn-id: https://develop.svn.wordpress.org/trunk@21441 602fd350-edb4-49c9-b593-d223f7449a82
23 lines
333 B
CSS
23 lines
333 B
CSS
/*
|
|
Theme Name: Twenty Twelve
|
|
|
|
Used to style the TinyMCE editor for RTL languages.
|
|
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 {
|
|
text-align: right;
|
|
}
|
|
.wp-caption-dd {
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
} |