##// 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 table.filecontent td.line-code pre {
52 table.filecontent td.line-code pre {
53 margin: 0px;
53 margin: 0px;
54 white-space: pre-wrap; /* CSS2.1 compliant */
54 white-space: pre-wrap;
55 white-space: -moz-pre-wrap; /* Mozilla-based browsers */
56 white-space: -o-pre-wrap; /* Opera 7+ */
57 }
55 }
58
56
59 /* 12 different colors for the annonate view */
57 /* 12 different colors for the annonate view */
General Comments 0
You need to be logged in to leave comments. Login now