]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - Patch...
authorlpsolit%gmail.com <>
Mon, 20 Oct 2008 22:54:34 +0000 (22:54 +0000)
committerlpsolit%gmail.com <>
Mon, 20 Oct 2008 22:54:34 +0000 (22:54 +0000)
template/en/default/attachment/diff-header.html.tmpl

index 29fe14a7a48b397baf7e1bd3046e51f3f3f4a251..c6b14d9a062123e0b4c24466b6b413cc5f5afc75 100644 (file)
@@ -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;
 }