]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/editor-style-rtl.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / editor-style-rtl.css
index 2c69a7c50895c8f6e6f60612f32513a89d0f863d..5868d3c18ff757470f3fc2c0d7f56fcc62e04964 100644 (file)
@@ -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