mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
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
50
wp-content/themes/twentyten/editor-style-rtl.css
Normal file
50
wp-content/themes/twentyten/editor-style-rtl.css
Normal file
@ -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…
x
Reference in New Issue
Block a user