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;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin: 0 24px 0 0;
|
|
|
|
margin: 0 1.714285714rem 0 0;
|
|
|
|
}
|
2012-08-15 01:03:21 -04:00
|
|
|
dl {
|
|
|
|
margin: 0 24px;
|
|
|
|
margin: 0 1.714285714rem;
|
|
|
|
}
|
|
|
|
tr th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2012-08-05 17:27:50 -04:00
|
|
|
td {
|
2012-08-15 01:03:21 -04:00
|
|
|
padding: 6px 0 6px 10px;
|
2012-08-05 17:27:50 -04:00
|
|
|
text-align: right;
|
|
|
|
}
|
2012-08-15 01:03:21 -04:00
|
|
|
.wp-caption {
|
2012-08-05 17:27:50 -04:00
|
|
|
text-align: right;
|
|
|
|
}
|