Peter W.
peter.r...@boeing.com
There is probably a package that does this but you can put the
following into your preamble.
\makeatletter
\renewcommand{\@openbib@code}{%
\setlength{\parsep}{0pt}
\setlength{\itemsep}{0pt}
\setlngth{\topsep}{0pt}}
\makeatother
Or you could put it into a .sty file (e.g., mybib.sty), without the
\make... commands, and in your document \usepackage{mybib}.
Peter W.
peter.r...@boeing.com