Tweak diff styles when viewing upgrade

This commit is contained in:
Lance Edgar 2018-01-07 19:44:39 -06:00
parent a68bf572cc
commit 66d3b7b4af
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8; -*-
<table class="diff${' monospace' if diff.monospace else ''}">
<table class="diff dirty${' monospace' if diff.monospace else ''}">
<thead>
<tr>
% for column in diff.columns: