[Mediawiki-l] nested <ul> lists

Douglas Dunn webmaster at javaspec.org
Thu Feb 14 23:32:55 UTC 2008


I want circle markers for the inner list. No matter what I try, I get 
square markers for both. This seems to be a MediaWiki thing, as it works 
elsewhere. Has anyone ever seen this?

<ul>
<li>yada</li>
    <ul style="list-style-type:circle" type="circle">
        <li>yada</li>
        <li>yada</li>
        <li>yada</li>
    </ul>
<li>yada</li>
<li>yada</li>
</ul>



More information about the MediaWiki-l mailing list