File: /home/mmickelson/martyknows.com/wp-content/themes/blogum/editor-style-rtl.css
/*
Theme Name: Blogum
Description: Used to style the TinyMCE editor.
*/
html .mceContentBody {
direction: rtl;
unicode-bidi: embed;
float: right;
max-width: 545px;
}
* {
font-family: Arial, Helvetica, sans-serif;
}
ul {
padding: 0 20px 0 0;
}
ol {
padding: 0 20px 0 0;
}
table {
margin: 0 0 25px -1px;
text-align: right;
}
blockquote {
border-left: none;
border-right: 1px solid #e9e9e9;
margin-left: 0;
margin-right: 65px;
padding-left: 0;
padding-right: 10px;
}