On Mon, 26 Feb 2007, Ian Young wrote:

> Simplest way to define your li spacing would be to specify a line height
>
> li{line-height:2}

Excessive line-height is not a good idea, because it increases the spacing 
between lines. In a narrow window, some of items would get wrapped into 
two lines, with too much spacing between them.

So I'd suggest setting line-height suitable for the text in general, 
then considering whether some additional spacing is needed e.g. between 
items of a list, and using margin or padding for the purpose.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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