#17709 closed defect (bug) (duplicate)
RTL for the Support Forum theme on the international sites
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | WordPress.org Site | Keywords: | |
| Focuses: | Cc: |
Description
The RTL styles for the support forums are incomplete. I don't have access to the original files to make a patch, but these fixes should be all that's needed:
#pages a:after, #pages span:after { content: "\200F"; }
#pagebody table.widefat th { text-align: right; }
#pagebody ol#thread { list-style: none; }
#footer iframe, #footer p { float: left; }
#footer h6 { float: right; }
Change History (4)
Note: See
TracTickets for help on using
tickets.
Actually, that first line should be:
#pages a:after, #pages span:after { content: "\200F"; }