Huzzah! I have found it. :D
Just stick the following two selectors into the css which you wish to make better:
body pre br {
display:none;
}
html>body pre {
line-height: 5pt;
}
Yes. I actually tested it this time, in Mozilla and IE. Hopefully it works across the board.