From: lpsolit%gmail.com <> Date: Mon, 20 Oct 2008 22:56:33 +0000 (+0000) Subject: Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - Patch... X-Git-Tag: bugzilla-3.0.6~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=545fc81bbdde07d72c1747d2d9d3026d55d50bb2;p=thirdparty%2Fbugzilla.git Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - Patch by Frédéric Buclin r=pyrzak a=LpSolit --- diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 97a6d0527f..8c70af3244 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -75,7 +75,9 @@ tbody.file td { tbody.file pre { display: inline; - white-space: -moz-pre-wrap; + white-space: pre-wrap; /* CSS 3 & CSS 2.1 */ + white-space: -moz-pre-wrap; /* Gecko < 1.9.1 */ + white-space: -o-pre-wrap; /* Opera 7 */ font-size: 0.9em; }