X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/99a64b9fd0d5ebb21c33c3a0b5865e9c412b430c..5aa86a9053fb0fa15846bb60aac2fb8fdfff524a:/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 index 2c69a7c5..5868d3c1 100644 --- a/wp-content/themes/twentyten/editor-style-rtl.css +++ b/wp-content/themes/twentyten/editor-style-rtl.css @@ -5,18 +5,16 @@ Theme Name: Twenty Ten 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 { - margin: 0 -18px 18px 0; -} -ol { +ul, ol { margin: 0 -18px 18px 0; } dd { @@ -29,28 +27,3 @@ 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