> and li don't need display: inline,
> because display default value for <li> is inline.

No it isn't!  The default display for <li> is list-item.  Which is closer to 
block than it is to inline.  If it were inline, your lists would look like: 

1. Thing one 2. Thing two 3. Thing three

Instead of:
1. thing one
2. thing two
3. thing three.

---Tim

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to