summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-10-21 00:52:36 +0200
committerlpsolit%gmail.com <>2008-10-21 00:52:36 +0200
commit0baf608ae5bcf79d26411d7a89ef3b0377a26177 (patch)
tree56680136e725931c151bff7c478a14ee1c86b59d /template
parentc7b13764e9ee14e1144fb9e1c266844480e09575 (diff)
downloadbugzilla-0baf608ae5bcf79d26411d7a89ef3b0377a26177.tar.gz
bugzilla-0baf608ae5bcf79d26411d7a89ef3b0377a26177.tar.xz
Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/diff-header.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index 29fe14a7a..c6b14d9a0 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;
}