#17602 closed enhancement (fixed)
credits page - li.wp-person - float right (Arabic RTL)
| Reported by: | rasheed | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | RTL | Version: | 3.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Hello,
Please check the attached snapshot.
link:
../wordpress/3-2-beta-2/wp-admin/credits.php
li.wp-person {
float: left;
height: 100px;
margin-right: 20px;
width: 240px;
}
float should be right.
Attachments (4)
Change History (10)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added an if(is_rtl()) into wp-admin/credits.php which makes li.wp-person float right if page is RTL