> The 2nd paragraph ("The principal areas ... ) has had a 0 margin
> applied, but still displays a gap.
> 

Because that's an OL (not a UL).  The CSS isn't selecting them.  You
can edit it like this:

p { margin-bottom: 0}
p + ul, p + ol { margin-top: 0}
p + ul + li, p + ol + li {margin-top: 0}

---Tim

______________________________________________________________________
css-discuss [css-d@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