]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/twentyten/editor-style-rtl.css
Wordpress 3.1.4
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / editor-style-rtl.css
1 /*
2 Theme Name: Twenty Ten
3 */
4 /*
5 Used to style the TinyMCE editor.
6 */
7 html .mceContentBody{
8         direction:rtl;
9         unicode-bidi:embed;
10         float:right;
11 }
12 * {
13         font-family: Arial, Tahoma, sans-serif;
14 }
15 /* Text elements */
16 ul {
17         margin: 0 -18px 18px 0;
18 }
19 ol {
20         margin: 0 -18px 18px 0;
21 }
22 dd {
23         margin-right: 0;
24 }
25 blockquote {
26         font-style: normal;
27 }
28 table {
29         text-align: right;
30         margin: 0 0 24px -1px;
31 }
32 html .mceContentBody{
33         direction:rtl;
34         unicode-bidi:embed;
35         float:right;
36 }
37 * {
38         font-family: Arial, Tahoma, sans-serif;
39 }
40 /* Text elements */
41 ul {
42         margin: 0 -18px 18px 0;
43 }
44 ol {
45         margin: 0 -18px 18px 0;
46 }
47 dd {
48         margin-right: 0;
49 }
50 blockquote {
51         font-style: normal;
52 }
53 table {
54         text-align: right;
55         margin: 0 0 24px -1px;
56 }