| 
 Posted by David Dorward on 12/19/05 23:29 
Curtis wrote: 
 
> How does one use scalable fonts with nested lists? 
>  
> Apparently if ul is {font-zize: 130%;} for example, 
>  
> * A This is 130% of context 
> * A This is 130% of context 
> ** B This is 130% of A 
> ** B This is 130% of A 
> *** This is 130% of B 
> *** This is 130% of B 
 
Yes, this is normal. If you want the top level list to be 130% of its 
parent, but all its sublists to use the same font size then ... 
 
ul     { font-size: 130%; } 
ul ul  { font-size: 100%; } 
 
--  
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/> 
                     Home is where the ~/.bashrc is
 
  
Navigation:
[Reply to this message] 
 |