##// END OF EJS Templates
gitweb: fix annotate page display problem on IE (6.0)...
TK Soh -
r3024:b41cd423 default
parent child Browse files
Show More
@@ -20,7 +20,7 b' filerevision = filerevision-gitweb.tmpl'
20 20 fileannotate = fileannotate-gitweb.tmpl
21 21 filelog = filelog-gitweb.tmpl
22 22 fileline = '<div style="font-family:monospace" class="parity#parity#"><pre><span class="linenr"> #linenumber#</span> #line|escape#</pre></div>'
23 annotateline = '<tr style="font-family:monospace; white-space: pre;" class="parity#parity#"><td class="linenr" style="text-align: right;"><a href="?cs=#node|short#;style=gitweb">#author|obfuscate#@#rev#</a></td><td>#line|escape#</td></tr>'
23 annotateline = '<tr style="font-family:monospace" class="parity#parity#"><td class="linenr" style="text-align: right;"><a href="?cs=#node|short#;style=gitweb">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>'
24 24 difflineplus = '<div style="color:#008800;">#line|escape#</div>'
25 25 difflineminus = '<div style="color:#cc0000;">#line|escape#</div>'
26 26 difflineat = '<div style="color:#990099;">#line|escape#</div>'
General Comments 0
You need to be logged in to leave comments. Login now