Extracted HTML from files and into templates
[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 //-->
26 </style>
27
28 $changes