]> git.pld-linux.org Git - packages/cvsspam.git/blame - cvsspam-comment-ws.patch
- wordwrap for css .comment class
[packages/cvsspam.git] / cvsspam-comment-ws.patch
CommitLineData
0401c6d6
ER
1--- ./cvsspam.rb~ 2005-05-14 23:28:39.000000000 +0300
2+++ ./cvsspam.rb 2005-05-19 13:19:50.000000000 +0300
3@@ -1444,7 +1444,7 @@
4 tr.head {border-bottom-width:1px;border-bottom-style:solid;}
5 tr.head td {padding:0;padding-top:.2em;}
6 .task {background-color:#ffff00;}
7- .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
8+ .comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
9 .error {color:red;}
10 hr {border-width:0px;height:2px;background:black;}
11 --></style>
This page took 0.061158 seconds and 4 git commands to generate.