[wp-trac] Re: [WordPress Trac] #4449: Kubrick ordered list problem
WordPress Trac
wp-trac at lists.automattic.com
Tue Mar 18 13:09:52 GMT 2008
#4449: Kubrick ordered list problem
------------------------------------------+---------------------------------
Reporter: neoen | Owner: djr
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: Template | Version: 2.2
Severity: normal | Resolution:
Keywords: ie7 has-patch needs-feedback |
------------------------------------------+---------------------------------
Comment (by djr):
Ok, I s*ck at making patches, so either ignore or please fix.
Here's the code block to be included:
{{{
/* Fix for IE7 not showing bullets */
html>body .entry ul {
*margin-left: 0px;
*padding: 0 0 0 30px;
*list-style: disc;
*padding-left: 10px;
*text-indent: 10px;
}
html>body .entry ul li {
*margin: 7px 0 8px 10px;
}
/* End fix for IE7 */
}}}
This code block need to go just below:
{{{
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/4449#comment:13>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list