]> 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:56:33 +0000 (22:56 +0000)
committerlpsolit%gmail.com <>
Mon, 20 Oct 2008 22:56:33 +0000 (22:56 +0000)
template/en/default/attachment/diff-header.html.tmpl

index 97a6d0527f352922103dd2ed4063252a0ad4e0e2..8c70af32441ac66cc8255ab19bb40ba5211a79a9 100644 (file)
@@ -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;
 }