File: /home/mmickelson/martyknows.com/wp-content/themes/chateau/editor-style-rtl.css
/*
Theme Name: Chateau
Description: Used to style the TinyMCE editor.
*/
html .mceContentBody {
direction:rtl;
unicode-bidi:embed;
float:right;
max-width: 529px;
}
* {
font-family: Arial, Helvetica, sans-serif;
}
h3 {
padding: 0 0 2px 10px;
}
ul, ol {
margin: 0 1.5em 23px 0;
}
blockquote p {
border-left: 1px solid #b3af99;
font-style: normal;
}
cite {
font-style: normal;
text-align: left;
}
table {
text-align: right;
margin: 0 0 20px -1px ;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
padding: 10px 20px 5px 0;
text-align: right;
}
.wp-caption .wp-caption-dd:before {
margin-left: 5px;
margin-right: 0;
left: auto;
}