Add editor-style-rtl.css. props yoavf, fixes #13121.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7b8588152f
commit
81773b5ce1
|
@ -0,0 +1,50 @@
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue