Opened 19 months ago
Closed 18 months ago
#19072 closed defect (bug) (fixed)
TwentyEleven: bug in rtl.css
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch rtl-feedback |
| 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)
Change History (4)
SergeyBiryukov — 19 months ago
comment:2
SergeyBiryukov — 19 months ago
- Component changed from General to Bundled Theme
- Keywords has-patch rtl-feedback added
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.

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