~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-content/themes/twentyeleven/editor-style-rtl.css

  • Committer: Paul Collins
  • Date: 2011-07-13 02:31:10 UTC
  • Revision ID: paul.collins@canonical.com-20110713023110-rvp7cjj31rsaomkr
import Wordpress 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Theme Name: Twenty Eleven
 
3
*/
 
4
/*
 
5
Used to style the TinyMCE editor.
 
6
*/
 
7
html .mceContentBody {
 
8
        direction: rtl;
 
9
        unicode-bidi: embed;
 
10
        float: right;
 
11
        max-width: 584px;
 
12
}
 
13
* {
 
14
        font-family: Arial, Tahoma, sans-serif;
 
15
}
 
16
ul, ol {
 
17
        margin: 0 2.5em 1.625em 0;
 
18
}
 
19
blockquote {
 
20
        font-style: normal;
 
21
}
 
22
table {
 
23
        text-align: right;
 
24
}
 
 
b'\\ No newline at end of file'