M gitsrht/templates/utils.html => gitsrht/templates/utils.html +2 -2
@@ 195,8 195,8 @@ instead.
target="_blank"
{% endif %}
>{{patch.delta.new_file.raw_path.decode('utf-8', 'replace')}}</a>{#
- #} <span class="pull-right"><span class="text-success">+{{patch.line_stats[1]}}</span>{#
- #} <span class="text-danger">-{{patch.line_stats[2]}}</span></span>{%
+ #} <span class="pull-right"><ins class="text-success">+{{patch.line_stats[1]}}</ins>{#
+ #} <del class="text-danger">-{{patch.line_stats[2]}}</del></span>{%
if patch.delta.old_file.mode != patch.delta.new_file.mode %}{#
#}{#
#}{% endif %}</pre>
M scss/main.scss => scss/main.scss +1 -0
@@ 230,6 230,7 @@ dt {
}
.diff {
+ ins, del,
.lineno {
text-decoration: none;
}