Make WordPress Core

Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#17709 closed defect (bug) (duplicate)

RTL for the Support Forum theme on the international sites

Reported by: RanYanivHartstein Owned by:
Priority: normal Milestone:
Component: WordPress.org Site Version:
Severity: normal Keywords:
Cc: Focuses:

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
15 years ago

Actually, that first line should be:

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

#2 @SergeyBiryukov
15 years ago

  • Milestone Awaiting ReviewWordPress.org

#3 @samuelsidler
13 years ago

  • Milestone WordPress.org
  • Status newclosed

Migrated to #meta105

#4 @SergeyBiryukov
13 years ago

  • Resolutionduplicate
Note: See TracTickets for help on using tickets.