src/web/app/themes/atahualpa/editor-style-rtl.css
author ymh <ymh.work@gmail.com>
Mon, 09 Dec 2019 11:32:04 +0100
changeset 7 81d22971b333
parent 0 505fe5249d9c
permissions -rw-r--r--
adding missing wp-config file

/*
Theme Name: Twenty Ten
*/
/*
Used to style the TinyMCE editor.
*/
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;
}
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;
}