mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
50 lines
641 B
CSS
50 lines
641 B
CSS
|
html .mceContentBody{
|
||
|
direction:rtl;
|
||
|
unicode-bidi:embed;
|
||
|
float:right;
|
||
|
}
|
||
|
* {
|
||
|
font-family: Arial, Tahoma, sans-serif;
|
||
|
}
|
||
|
/* Text elements */
|
||
|
ul {
|
||
|
margin: 0 -18px 18px 0;
|
||
|
}
|
||
|
ol {
|
||
|
margin: 0 -18px 18px 0;
|
||
|
}
|
||
|
dd {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
blockquote {
|
||
|
font-style: normal;
|
||
|
}
|
||
|
table {
|
||
|
text-align: right;
|
||
|
margin: 0 0 24px -1px;
|
||
|
}
|
||
|
html .mceContentBody{
|
||
|
direction:rtl;
|
||
|
unicode-bidi:embed;
|
||
|
float:right;
|
||
|
}
|
||
|
* {
|
||
|
font-family: Arial, Tahoma, sans-serif;
|
||
|
}
|
||
|
/* Text elements */
|
||
|
ul {
|
||
|
margin: 0 -18px 18px 0;
|
||
|
}
|
||
|
ol {
|
||
|
margin: 0 -18px 18px 0;
|
||
|
}
|
||
|
dd {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
blockquote {
|
||
|
font-style: normal;
|
||
|
}
|
||
|
table {
|
||
|
text-align: right;
|
||
|
margin: 0 0 24px -1px;
|
||
|
}
|