mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
2c7e03611a
git-svn-id: http://core.svn.wordpress.org/trunk@21441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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;
|
|
} |