[css-d] spacing between line items in unordered lists

2005-06-07 Thread ron zisman

sorry to ask such a lame question but:

currently my list items have no space between them, it would be nice to 
have .5em.


i think placing a br / in a ul is unkosher.

would it be as simple as adding padding or margin to the bottom of the 
li?


here is the offender

http://www.ricochet.org/abec_test/why_so_important.html

http://www.ricochet.org/abec_test/stylesheets/abec_global.css

thanks guys (and gals)

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] spacing between line items in unordered lists

2005-06-07 Thread Pringle, Ron

 sorry to ask such a lame question but:
 
 currently my list items have no space between them, it would 
 be nice to 
 have .5em.

 would it be as simple as adding padding or margin to the 
 bottom of the 
 li?
 
 here is the offender
 
 http://www.ricochet.org/abec_test/why_so_important.html
 
 http://www.ricochet.org/abec_test/stylesheets/abec_global.css

ron-

Yes, you can add padding or margin to the li tag, top or bottom. In your
situation, you might consider adding it to the top so that nested li's get
some spacing between the bullet above them. Of course this will also
introduce a bit of space at the top of your first list item as well.

Nice looking page, btw.

Regards,
Ron
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/