From 48a94d783ba8f3a70706cd504699f707977ab749 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Mon, 20 Oct 2008 17:56:33 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20460749:=20Firefox=203.1=20no=20longer=20s?= =?UTF-8?q?upports=20-moz-pre-wrap=20(nor=20does=20Opera!)=20-=20Patch=20b?= =?UTF-8?q?y=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dpyrzak=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@254680 18797224-902f-48f8-a5cc-f745e15eee43 --- .../template/en/default/attachment/diff-header.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/attachment/diff-header.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/diff-header.html.tmpl index 29fe14a7a48..c6b14d9a062 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/diff-header.html.tmpl +++ b/mozilla/webtools/bugzilla/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; }