[wp-trac] Re: [WordPress Trac] #4518: Nested <ol> <ul> lists display
incorrectly with default theme
WordPress Trac
wp-trac at lists.automattic.com
Fri Sep 21 04:23:41 GMT 2007
#4518: Nested <ol> <ul> lists display incorrectly with default theme
------------------------------+---------------------------------------------
Reporter: andrewjorgensen | Owner: rob1n
Type: defect | Status: assigned
Priority: normal | Milestone: 2.3
Component: Template | Version: 2.2.1
Severity: normal | Resolution:
Keywords: has-patch commit |
------------------------------+---------------------------------------------
Comment (by Johnny_one_eye):
This still does not solve the problem. I was also having it. It seems
this is what's specifically causing the problem:
{{{
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
}}}
This can be added to fix the glitch:
{{{
.entry ol li:before {
content: "";
}
}}}
However, now ol's look kind of funny. On my site I also added another
line to '''.entry ol''' to make the ol's look right:
{{{
list-style: decimal inside;
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4518#comment:9>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list