Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21362 closed defect (bug) (fixed)

Reset text-indent on the toolbar.

Reported by: mfields's profile mfields Owned by: azaozz's profile azaozz
Milestone: 3.5 Priority: normal
Severity: normal Version:
Component: Toolbar Keywords: has-patch commit
Focuses: Cc:

Description

I've seen the following code in a couple of themes which interferes with display of the toolbar:

ol, ul {
  text-indent: 1.5em;
}

This will add left-hand whitespace to all lists including those used in the toolbar.

https://img.skitch.com/20120724-derfjytnxesryh758qj5mnxbpb.png

I think that it may be a good idea to reset text-indent on all lists that appear inside the toolbar.

Attachments (1)

21362.diff (325 bytes) - added by mfields 12 years ago.

Download all attachments as: .zip

Change History (3)

@mfields
12 years ago

#1 @SergeyBiryukov
12 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.5

#2 @azaozz
12 years ago

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

In [21335]:

Reset text-indent on the toolbar, props mfields, fixes #21362

Note: See TracTickets for help on using tickets.