Custom field rendering in IE

The custom fields viewed in Display.html render with an extra line between them
when viewed in IE6 SP1, however they render fine in Firefox. I’ve traced this to
the

    tags that RT uses in custom fields but not built-in ones.

    Seems that adding the following to webrt.css fixes it:
    ul {margin-bottom: 0;}