Make WordPress Core

Opened 13 years ago

Closed 11 years ago

Last modified 11 years ago

#17709 closed defect (bug) (duplicate)

RTL for the Support Forum theme on the international sites

Reported by: ranyanivhartstein's profile RanYanivHartstein 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)

#1 @RanYanivHartstein
13 years ago

Actually, that first line should be:

#pages a:after, #pages span:after { content: "\200F"; }

#2 @SergeyBiryukov
13 years ago

  • Milestone changed from Awaiting Review to WordPress.org

#3 @samuelsidler
11 years ago

  • Milestone WordPress.org deleted
  • Status changed from new to closed

Migrated to #meta105

#4 @SergeyBiryukov
11 years ago

  • Resolution set to duplicate
Note: See TracTickets for help on using tickets.