Ticket #21441: 21441.editor-style.diff
File 21441.editor-style.diff, 1013 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/editor-style-rtl.css
8 8 html .mceContentBody { 9 9 direction: rtl; 10 10 unicode-bidi: embed; 11 margin: 10px auto;12 11 } 12 13 /* =Headings 14 -------------------------------------------------------------- */ 15 13 16 li { 14 17 margin: 0 24px 0 0; 15 18 margin: 0 1.714285714rem 0 0; 16 19 } 20 dl { 21 margin: 0 24px; 22 margin: 0 1.714285714rem; 23 } 24 .mceContentBody blockquote { 25 font-style: italic !important; 26 } 27 28 /* =Tables 29 -------------------------------------------------------------- */ 30 31 tr th { 32 text-align: right; 33 } 17 34 td { 35 padding: 6px 0 6px 10px; 18 36 text-align: right; 19 37 } 20 .wp-caption-dd { 21 padding-right: 10px; 38 39 40 /* =Images 41 -------------------------------------------------------------- */ 42 43 .wp-caption { 22 44 text-align: right; 23 45 } 46 No newline at end of file