On 7/9/07, Tegan Dowling <[EMAIL PROTECTED]> wrote:
> Hi list:
>
> I'd like to be able to specify the amount of indentation for second-level
> list items (two asterisks) in my SideBars.
>
> [...] I tried
>
> #NavCell li ul {
> font-size: 90%;
> }
>
> #NavCell li ul li {
> margin-left: 15px;
> margin-right: 3px;
> }
>
> But that made no difference to font-size or indentation.
>
> Anyone care to take a stab at it?
Maybe instead of
#NavCell li ul { ... }
#NavCell li ul li { ... }
try
#NavCell ul ul { ... }
#NavCell ul ul li { ... }
for the nested list.
Hagan
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users