2012-08-05 17:27:50 -04:00
|
|
|
/*
|
|
|
|
Theme Name: Twenty Twelve
|
|
|
|
|
|
|
|
Used to style the TinyMCE editor for RTL languages.
|
|
|
|
See also rtl.css
|
|
|
|
*/
|
|
|
|
|
|
|
|
html .mceContentBody {
|
|
|
|
direction: rtl;
|
|
|
|
unicode-bidi: embed;
|
2012-08-05 18:54:47 -04:00
|
|
|
margin: 10px auto;
|
2012-08-05 17:27:50 -04:00
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|