Ticket #18247: 18247.patch
| File 18247.patch, 1.5 KB (added by , 15 years ago) |
|---|
-
wp-content/themes/twentyeleven/editor-style-rtl.css
8 8 direction: rtl; 9 9 unicode-bidi: embed; 10 10 float: right; 11 max-width: 584px;11 width: 584px; 12 12 } 13 13 * { 14 14 font-family: Arial, Tahoma, sans-serif; -
wp-content/themes/twentyten/editor-style-rtl.css
5 5 Used to style the TinyMCE editor. 6 6 */ 7 7 html .mceContentBody{ 8 direction:rtl; 9 unicode-bidi:embed; 10 float:right; 8 direction: rtl; 9 unicode-bidi: embed; 10 float: right; 11 width: 640px; 11 12 } 12 13 * { 13 14 font-family: Arial, Tahoma, sans-serif; 14 15 } 15 16 /* Text elements */ 16 ul {17 ul, ol { 17 18 margin: 0 -18px 18px 0; 18 19 } 19 ol {20 margin: 0 -18px 18px 0;21 }22 20 dd { 23 21 margin-right: 0; 24 22 } … … 28 26 table { 29 27 text-align: right; 30 28 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 29 } 57 No newline at end of file
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)