Ticket #729: 729.patch
File 729.patch, 2.0 KB (added by , 10 years ago) |
---|
-
trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/rtl.css
1 1 /* Better RTL for Rosetta WP theme */ 2 body { 3 font-family: sans-serif; 4 direction: rtl; 5 unicode-bidi: embed; 6 } 2 7 3 #footer { margin-left: 0; } 8 h1, h2, h3, h4, h5, h6 { 9 font-family: sans-serif; 10 } 4 11 12 h3, h4, h5, h6 { 13 font-weight: bold; 14 } 15 5 16 .section img.shot { 6 float: left; margin: 0 25px 5px 0; } 17 float: left; 18 margin: 0 25px 5px 0; 19 } 7 20 8 .main { float: right; padding: 0 0 0 30px; } 21 .main { 22 float: right; padding: 0 0 0 30px; 23 } 9 24 10 .download-button span, .download-tar { direction: ltr; unicode-bidi: embed; } 25 .download-button span, .download-tar { 26 direction: ltr; unicode-bidi: embed; 27 } 11 28 12 h4, h6 { float: none; margin-right: 0; } 29 h4, h6 { 30 float: none; 31 margin-right: 0; 32 } 13 33 14 ul, ol { margin: 0 25px 0 0; } 15 #wporg-header ul { margin-right: 0; } 34 ul, ol { 35 margin: 0 25px 0 0; 36 } 16 37 17 .narrow { float: right; margin: 0 0 0 20px; } 38 .narrow { 39 float: right; margin: 0 0 0 20px; 40 } 18 41 19 span.author { display: block; } 42 span.author { 43 display: block; 44 } 20 45 21 #footer p { direction: ltr; text-align: left; } 46 47 #footer { 48 margin-left: 0; 49 } 50 51 #footer p { 52 direction: ltr; 53 text-align: left; 54 } -
trunk/wordpress.org/public_html/style/wp4-rtl.css
2 2 caption,th { text-align: right; } 3 3 body { 4 4 font-family: sans-serif; 5 direction: rtl;6 unicode-bidi: mbed;5 direction: rtl; 6 unicode-bidi: embed; 7 7 } 8 8 /* -------------------------------------------- */ 9 9 10 10 11 h 2{11 h1, h2, h3, h4, h5, h6 { 12 12 font-family: sans-serif; 13 13 } 14 14