Opened 14 years ago
Closed 14 years ago
#16018 closed defect (bug) (fixed)
CSS Issue at custom header page (RTL)
Reported by: | rasheed | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | RTL | Keywords: | has-patch, commit |
Focuses: | Cc: |
Description
Snapshot: http://img148.imageshack.us/img148/8785/92971307.jpg
Location: wp-admin/themes.php?page=custom-header (rtl layout)
Current css:
.appearance_page_custom-header #available-headers .default-header {
float: left;
margin: 0 20px 20px 0;
}
float should be right instead of left.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [17167]) RTL fixes for custom header page. props SergeyBiryukov, fixes #16018.