Changeset 992
- Timestamp:
- 11/18/2014 02:44:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/rtl.css
r465 r992 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 } 11 12 h3, h4, h5, h6 { 13 font-weight: bold; 14 } 4 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; 23 padding: 0 0 0 30px; 24 } 9 25 10 .download-button span, .download-tar { direction: ltr; unicode-bidi: embed; } 26 .download-button span, .download-tar { 27 direction: ltr; 28 unicode-bidi: embed; 29 } 11 30 12 h4, h6 { float: none; margin-right: 0; } 31 h4, h6 { 32 float: none; 33 margin-right: 0; 34 } 13 35 14 ul, ol { margin: 0 25px 0 0; } 15 #wporg-header ul { margin-right: 0; } 36 ul, ol { 37 margin: 0 25px 0 0; 38 } 16 39 17 .narrow { float: right; margin: 0 0 0 20px; } 40 .narrow { 41 float: right; 42 margin: 0 0 0 20px; 43 } 18 44 19 span.author { display: block; } 45 span.author { 46 display: block; 47 } 20 48 21 #footer p { direction: ltr; text-align: left; } 49 #footer { 50 margin-left: 0; 51 } 52 53 #footer p { 54 direction: ltr; 55 text-align: left; 56 }
Note: See TracChangeset
for help on using the changeset viewer.