Opened 16 years ago
Closed 16 years ago
#9491 closed enhancement (fixed)
admin area should allow for li tags
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
the current admin css files render li tags completely disfunctional.
I've nailed down the important fixes to:
#contextual-help-wrap li, .inside li { margin-left: 1.8em; list-style: square; }
not entirely sure where they'd go, though.
Change History (7)
#3
@
16 years ago
Yeah, it's intended.
I would love however to see a built-in generic bulleted list class. I hate having to write my own for each plugin that needs them.
#5
@
16 years ago
- Milestone changed from 2.8 to Future Release
Punting due to feature freeze. Reconsider with next release.
Note: See
TracTickets for help on using
tickets.
The <li> tags are used in many places as containers (on plugins pages too) and are reset globally. Best to define separate css classes in global.css that can be used to style lists.