Tweak diff styles when viewing upgrade
This commit is contained in:
parent
a68bf572cc
commit
66d3b7b4af
|
@ -5,8 +5,8 @@ table.diff {
|
||||||
border-left: 1px solid Black;
|
border-left: 1px solid Black;
|
||||||
border-top: 1px solid Black;
|
border-top: 1px solid Black;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
margin-top: 2em;
|
/* margin-top: 2em; */
|
||||||
margin-left: 50px;
|
/* margin-left: 50px; */
|
||||||
min-width: 80%;
|
min-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## -*- coding: utf-8; -*-
|
## -*- coding: utf-8; -*-
|
||||||
<table class="diff${' monospace' if diff.monospace else ''}">
|
<table class="diff dirty${' monospace' if diff.monospace else ''}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
% for column in diff.columns:
|
% for column in diff.columns:
|
||||||
|
|
Loading…
Reference in a new issue