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

git-svn-id: svn://10.0.0.236/trunk@254680 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2008-10-20 17:56:33 +00:00
parent 71436f3bff
commit 48a94d783b

View 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;
}