Commit 0baf608a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) -…

Bug 460749: Firefox 3.1 no longer supports -moz-pre-wrap (nor does Opera!) - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
parent c7b13764
...@@ -66,7 +66,9 @@ table.file_table { ...@@ -66,7 +66,9 @@ table.file_table {
tbody.file pre { tbody.file pre {
display: inline; 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; font-size: 0.9em;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment