#4950 closed enhancement (wontfix)
Theme compat should clear LI :before:after 'content' selectors
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Templates | Version: | 1.7 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I noticed on the old Kubrick theme some glitches with the theme compatibility.
bp-legacy should clear LI :before:after { content: } selectors: http://cl.ly/image/3C2Y0L1u1P2j
Change History (5)
#2
@
13 years ago
I apologise for being a bit vague. Like this:
#a_thing LI :before {
content: '';
}
We can certainly check out the padding at the same time, but the ticket was created specifically for the content param.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
By clear, do you mean the list style? It looks like the li padding could use some stricter rules too.