[pmwiki-users] advanced (I guess) CSS question for bulleted lists

H. Fox haganfox at users.sourceforge.net
Mon Jul 9 16:17:26 CDT 2007


On 7/9/07, Tegan Dowling <tmdowling at gmail.com> 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



More information about the pmwiki-users mailing list