Index: wp-content/themes/twentyeleven/editor-style-rtl.css
===================================================================
--- wp-content/themes/twentyeleven/editor-style-rtl.css	(revision 18463)
+++ wp-content/themes/twentyeleven/editor-style-rtl.css	(working copy)
@@ -8,7 +8,7 @@
 	direction: rtl;
 	unicode-bidi: embed;
 	float: right;
-	max-width: 584px;
+	width: 584px;
 }
 * {
 	font-family: Arial, Tahoma, sans-serif;
Index: wp-content/themes/twentyten/editor-style-rtl.css
===================================================================
--- wp-content/themes/twentyten/editor-style-rtl.css	(revision 18463)
+++ wp-content/themes/twentyten/editor-style-rtl.css	(working copy)
@@ -5,20 +5,18 @@
 Used to style the TinyMCE editor.
 */
 html .mceContentBody{
-	direction:rtl;
-	unicode-bidi:embed;
-	float:right;
+	direction: rtl;
+	unicode-bidi: embed;
+	float: right;
+	width: 640px;
 }
 * {
 	font-family: Arial, Tahoma, sans-serif;
 }
 /* Text elements */
-ul {
+ul, ol {
 	margin: 0 -18px 18px 0;
 }
-ol {
-	margin: 0 -18px 18px 0;
-}
 dd {
 	margin-right: 0;
 }
@@ -28,29 +26,4 @@
 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
