Opened 13 years ago
Closed 13 years ago
#21362 closed defect (bug) (fixed)
Reset text-indent on the toolbar.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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.
I think that it may be a good idea to reset text-indent on all lists that appear inside the toolbar.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

In [21335]: