| 1 | Index: wp-admin/css/wp-admin-rtl.dev.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/css/wp-admin-rtl.dev.css (revision 19567) |
|---|
| 4 | +++ wp-admin/css/wp-admin-rtl.dev.css (working copy) |
|---|
| 5 | @@ -1400,13 +1400,52 @@ |
|---|
| 6 | .about-wrap .feature-section .angled-right img, |
|---|
| 7 | .about-wrap .feature-section .angled-left img { |
|---|
| 8 | margin-right: 0; |
|---|
| 9 | - margin-left: 2em; |
|---|
| 10 | + margin-left: 30px; |
|---|
| 11 | } |
|---|
| 12 | |
|---|
| 13 | -.about-wrap .feature-section.images-stagger-right .angled-left, |
|---|
| 14 | +.about-wrap .feature-section.three-col div { |
|---|
| 15 | + margin-right: 0; |
|---|
| 16 | + margin-left: 4.999999999%; |
|---|
| 17 | + float: right; |
|---|
| 18 | +} |
|---|
| 19 | +.about-wrap .feature-section.three-col h4 { |
|---|
| 20 | + text-align: right; |
|---|
| 21 | +} |
|---|
| 22 | +.about-wrap .feature-section.three-col img { |
|---|
| 23 | + margin-right: 5px; |
|---|
| 24 | + margin-left: 0; |
|---|
| 25 | +} |
|---|
| 26 | +.about-wrap .feature-section.three-col .last-feature { |
|---|
| 27 | + margin-left: 0; |
|---|
| 28 | +} |
|---|
| 29 | + |
|---|
| 30 | +.about-wrap .feature-section .feature-images img { |
|---|
| 31 | + margin-right: auto; |
|---|
| 32 | + margin-left: 5px; |
|---|
| 33 | +} |
|---|
| 34 | .about-wrap .feature-section.images-stagger-left .angled-left { |
|---|
| 35 | + margin-left: auto; |
|---|
| 36 | + margin-right: 5px; |
|---|
| 37 | +} |
|---|
| 38 | +.about-wrap .feature-section .angled-right { |
|---|
| 39 | float: left; |
|---|
| 40 | } |
|---|
| 41 | +.about-wrap .feature-section.images-stagger-right .feature-images { |
|---|
| 42 | + right: auto; |
|---|
| 43 | + left: 0; |
|---|
| 44 | +} |
|---|
| 45 | +.about-wrap .feature-section.images-stagger-left .feature-images { |
|---|
| 46 | + left: auto; |
|---|
| 47 | + right: 0; |
|---|
| 48 | +} |
|---|
| 49 | +.about-wrap .feature-section.images-stagger-right .left-feature { |
|---|
| 50 | + margin-right: 0; |
|---|
| 51 | + margin-left: 350px; |
|---|
| 52 | +} |
|---|
| 53 | +.about-wrap .feature-section.images-stagger-left .right-feature { |
|---|
| 54 | + margin-left: 0; |
|---|
| 55 | + margin-right: 350px; |
|---|
| 56 | +} |
|---|
| 57 | |
|---|
| 58 | .about-wrap li.wp-person, |
|---|
| 59 | .about-wrap li.wp-person img.gravatar { |
|---|