Converting inline diff bits to be CSS classes
[viewsvn.git] / templates / default / diff.tpl
1 $navbar
2
3 <br />
4
5 <a href="/viewsvn/$link[log]">View Log<a>
6
7 <style type="text/css">
8 <!--
9
10 .diff_add
11 {
12 background-color: #99EE99;
13 }
14
15 .diff_del
16 {
17 background-color: #EE9999;
18 }
19
20 table
21 {
22 font: normal 11px monospace;
23 }
24
25 .diff_add_bit
26 {
27 background-color: #DDFFDD;
28 }
29
30 .diff_del_bit
31 {
32 background-color: #FFDDDD;
33 }
34
35 .diff_norm
36 {
37 background-color: white;
38 }
39
40 //-->
41 </style>
42
43 $changes