[thelist] CSS lists line height

David.Cantrell at Gunter.AF.mil David.Cantrell at Gunter.AF.mil
Thu Aug 22 12:37:01 CDT 2002


>looked half-assed in the spec but I can't find how to do it if I want
>to make a list display such that there's a bit of extra vertical
>space between items in the list.

Since LI is a block element you can specify margins...

	li { margin-bottom: 1em; }

etc..

-dave



More information about the thelist mailing list