From e9d6adf3bf15b7b42e72f240284d173fb647138c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 5 May 2010 20:38:42 +0000 Subject: [PATCH] Add editor-style-rtl.css. props yoavf, fixes #13121. git-svn-id: https://develop.svn.wordpress.org/trunk@14466 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyten/editor-style-rtl.css | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 wp-content/themes/twentyten/editor-style-rtl.css diff --git a/wp-content/themes/twentyten/editor-style-rtl.css b/wp-content/themes/twentyten/editor-style-rtl.css new file mode 100644 index 0000000000..8858fffe04 --- /dev/null +++ b/wp-content/themes/twentyten/editor-style-rtl.css @@ -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; +} \ No newline at end of file