On 4/6/10 5:15 PM, Angela French wrote:
>
> Could someone please tell me what I have done in the list style?  I
> cannot the nested list font to be the same size as its parent list.
> Thank you.
>

You could add a separate rule:

div#maincontent li li {
font-size: 100%;
line-height: 1.4;
}

Alternatively move the font-size declaration to the UL so that both 
outer and nested list items get the same font-size and line-height. At 
the moment LI gets .8em and LI LI gets .64em.

Cordially,
David
--


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to