Ticket #19477: 19477.3.diff
File 19477.3.diff, 1.4 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.dev.css
1403 1403 margin-left: 2em; 1404 1404 } 1405 1405 1406 .about-wrap .feature-section.three-col div { 1407 margin-right: 0; 1408 margin-left: 4.999999999%; 1409 float: right; 1410 } 1411 .about-wrap .feature-section.three-col .last-feature { 1412 margin-left: 0; 1413 } 1414 1406 1415 .about-wrap .feature-section.images-stagger-right .angled-left, 1407 1416 .about-wrap .feature-section.images-stagger-left .angled-left { 1408 1417 float: left; 1409 1418 } 1410 1419 1420 .about-wrap .feature-section.images-stagger-right .feature-images { 1421 right: auto; 1422 left: 0; 1423 } 1424 1425 .about-wrap .feature-section.images-stagger-right .left-feature { 1426 margin-right: 0; 1427 margin-left: 350px; 1428 } 1429 1411 1430 .about-wrap li.wp-person, 1412 1431 .about-wrap li.wp-person img.gravatar { 1413 1432 float: right; -
wp-admin/about.php
144 144 145 145 <div class="feature-section three-col"> 146 146 <div> 147 <h4 style="direction:ltr ">is_main_query()</h4>147 <h4 style="direction:ltr;text-align:right">is_main_query()</h4> 148 148 <p><?php _e( 'This handy method will tell you if a <code>WP_Query</code> object is the main WordPress query or a secondary query.' ); ?></p> 149 149 </div> 150 150 <div>