Re: [css-d] help styling nested lists

2010-04-06 Thread David Hucklesby
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; } Alterna

Re: [css-d] help styling nested lists

2010-04-06 Thread Tim Snadden
On 7/04/2010, at 12: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. > > > > div#maincontent li, div#maincontent li li > { > font-size:.8em; > line-hei

[css-d] help styling nested lists

2010-04-06 Thread Angela French
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. div#maincontent li, div#maincontent li li { font-size:.8em; line-height:140%; list-style-type:none; padding: 0 0 0 12px; /* t