Last modified: 2008-04-20 23:41:32 UTC
Line 36 of diff.css states "white-space: -moz-pre-wrap;" Please change this to "white-space: pre-wrap;" which works on all standards-compliant browsers and not just Mozilla-based ones.
Here is a link to the relevant CSS 2.1 specification page: http://www.w3.org/TR/CSS21/text.html#white-space-prop
36 white-space: pre-wrap; 37 white-space: -moz-pre-wrap;
Sorry, I should have noticed that. It probably wouldn't hurt to remove -moz-pre-wrap anyway because there are very few Mozilla browsers left that don't understand the standard pre-wrap.
Sorry again, I see that pre-wrap isn't yet implemented in Firefox. I thought it was. See http://developer.mozilla.org/en/docs/CSS:white-space Just forget I ever filed this bug.