Tweak diff styles when viewing upgrade
This commit is contained in:
parent
a68bf572cc
commit
66d3b7b4af
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue