Robert Lane asked: How would I write a style to get rid of or reduce the
indent on the list items?

I would suggest that you zero out browser default margin and padding
with:

* { margin:0 ; padding:0; }

And do not rely on inheritance for the 2nd level list item and instead
specify li margins with:

Ul li li {margin-left:20px; }

Cheers,
dino 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to