Make WordPress Core

Changeset 18116


Ignore:
Timestamp:
06/02/2011 05:21:28 PM (14 years ago)
Author:
ryan
Message:

RTL fixes for credits.php. Props BenChapman, rasheed. fixes #17602

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r18092 r18116  
    2727h3.wp-people-group, h3.wp-props-group { clear: both; }
    2828ul.wp-people-group { margin-bottom: 50px; }
     29<?php if ( is_rtl() ) { ?>
     30li.wp-person { float: right; height: 100px; width: 240px; margin-left: 20px; }
     31li.wp-person img.gravatar { float: right; margin-left: 10px; margin-bottom: 10px; width: 60px; height: 60px }
     32<?php } else { ?>
    2933li.wp-person { float: left; height: 100px; width: 240px; margin-right: 20px; }
    3034li.wp-person img.gravatar { float: left; margin-right: 10px; margin-bottom: 10px; width: 60px; height: 60px }
     35<?php } ?>
    3136li.wp-person a.web { font-size: 16px; text-decoration: none; }
    3237</style>
Note: See TracChangeset for help on using the changeset viewer.