Make WordPress Core

Ticket #19477: 19477.3.diff

File 19477.3.diff, 1.4 KB (added by helenyhou, 13 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    14031403        margin-left: 2em;
    14041404}
    14051405
     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
    14061415.about-wrap .feature-section.images-stagger-right .angled-left,
    14071416.about-wrap .feature-section.images-stagger-left .angled-left {
    14081417        float: left;
    14091418}
    14101419
     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
    14111430.about-wrap li.wp-person,
    14121431.about-wrap li.wp-person img.gravatar {
    14131432        float: right;
  • wp-admin/about.php

     
    144144
    145145        <div class="feature-section three-col">
    146146                <div>
    147                         <h4 style="direction:ltr">is_main_query()</h4>
     147                        <h4 style="direction:ltr;text-align:right">is_main_query()</h4>
    148148                        <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>
    149149                </div>
    150150                <div>