##// END OF EJS Templates
Removed non standard values for "white-space" CSS property....
Jean-Philippe Lang -
r7810:c37f2a3a04bc
parent child
Show More
@@ -51,9 +51,7 table.filecontent th.line-num a {
51 51 }
52 52 table.filecontent td.line-code pre {
53 53 margin: 0px;
54 white-space: pre-wrap; /* CSS2.1 compliant */
55 white-space: -moz-pre-wrap; /* Mozilla-based browsers */
56 white-space: -o-pre-wrap; /* Opera 7+ */
54 white-space: pre-wrap;
57 55 }
58 56
59 57 /* 12 different colors for the annonate view */
General Comments 0
You need to be logged in to leave comments. Login now