2012-08-05 23:27:50 +02:00
|
|
|
/*
|
|
|
|
Theme Name: Twenty Twelve
|
2012-08-25 18:53:32 +02:00
|
|
|
Description: Used to style the TinyMCE editor for RTL languages.
|
|
|
|
See also rtl.css file.
|
2012-08-05 23:27:50 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
html .mceContentBody {
|
|
|
|
direction: rtl;
|
|
|
|
unicode-bidi: embed;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
margin: 0 24px 0 0;
|
|
|
|
margin: 0 1.714285714rem 0 0;
|
|
|
|
}
|
2012-08-15 07:03:21 +02:00
|
|
|
dl {
|
|
|
|
margin: 0 24px;
|
|
|
|
margin: 0 1.714285714rem;
|
|
|
|
}
|
|
|
|
tr th {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2012-08-05 23:27:50 +02:00
|
|
|
td {
|
2012-08-15 07:03:21 +02:00
|
|
|
padding: 6px 0 6px 10px;
|
2012-08-05 23:27:50 +02:00
|
|
|
text-align: right;
|
|
|
|
}
|
2012-08-15 07:03:21 +02:00
|
|
|
.wp-caption {
|
2012-08-05 23:27:50 +02:00
|
|
|
text-align: right;
|
|
|
|
}
|