From: lpsolit%gmail.com <> Date: Mon, 20 Oct 2008 22:54:34 +0000 (+0000) Subject: Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - Patch... X-Git-Tag: bugzilla-3.2rc2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08fd6955fad9dc8ac637723f2f455fedc60d00a;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 29fe14a7a4..c6b14d9a06 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -66,7 +66,9 @@ table.file_table { 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; }