Show More
@@ -8,7 +8,8 b' Content-type: text/html' | |||||
8 | a { text-decoration:none; } |
|
8 | a { text-decoration:none; } | |
9 | .parity0 { background-color: #dddddd; } |
|
9 | .parity0 { background-color: #dddddd; } | |
10 | .parity1 { background-color: #eeeeee; } |
|
10 | .parity1 { background-color: #eeeeee; } | |
11 |
.lineno { width: 60px; color: #aaaaaa; font-size: smaller; |
|
11 | .lineno { width: 60px; color: #aaaaaa; font-size: smaller; | |
|
12 | text-align: right; padding-right:1em; } | |||
12 | .plusline { color: green; } |
|
13 | .plusline { color: green; } | |
13 | .minusline { color: red; } |
|
14 | .minusline { color: red; } | |
14 | .atline { color: purple; } |
|
15 | .atline { color: purple; } |
@@ -17,7 +17,7 b' filerevision = filerevision.tmpl' | |||||
17 | fileannotate = fileannotate.tmpl |
|
17 | fileannotate = fileannotate.tmpl | |
18 | filediff = filediff.tmpl |
|
18 | filediff = filediff.tmpl | |
19 | filelog = filelog.tmpl |
|
19 | filelog = filelog.tmpl | |
20 |
fileline = "<div class="parity#parity#"><span class="lineno">#linenumber# |
|
20 | fileline = "<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>" | |
21 | filelogentry = filelogentry.tmpl |
|
21 | filelogentry = filelogentry.tmpl | |
22 | annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>" |
|
22 | annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>" | |
23 | difflineplus = "<span class="plusline">#line|escape#</span>" |
|
23 | difflineplus = "<span class="plusline">#line|escape#</span>" |
General Comments 0
You need to be logged in to leave comments.
Login now