Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19072 closed defect (bug) (fixed)

TwentyEleven: bug in rtl.css

Reported by: wpweaver's profile wpweaver Owned by: nacin's profile nacin
Milestone: 3.3 Priority: normal
Severity: normal Version:
Component: Bundled Theme Keywords: has-patch rtl-feedback
Focuses: Cc:

Description

There is a small bug in the TwentyEleven rtl.css file.

`.ltr ul, ol {

margin: 0 0 1.625em 2.5em;

}`

should be

`.ltr ul, .ltr ol {

margin: 0 0 1.625em 2.5em;

}`

Attachments (1)

19072.patch (379 bytes) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @wpweaver
13 years ago

This applies to Version 1.2 as found in WP 3.3 Beta 2, and 3.2 versions as well.

#2 @SergeyBiryukov
13 years ago

  • Component changed from General to Bundled Theme
  • Keywords has-patch rtl-feedback added
  • Milestone changed from Awaiting Review to 3.3

#3 @nacin
13 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [19303]:

Properly adjust margins for ordered lists in RTL in Twenty Eleven. props wpweaver. fixes #19072.

Note: See TracTickets for help on using tickets.