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

@ -5,8 +5,8 @@ table.diff {
border-left: 1px solid Black;
border-top: 1px solid Black;
font-size: 11pt;
margin-top: 2em;
margin-left: 50px;
/* margin-top: 2em; */
/* margin-left: 50px; */
min-width: 80%;
}

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: