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-top: 1px solid Black;
|
||||
font-size: 11pt;
|
||||
margin-top: 2em;
|
||||
margin-left: 50px;
|
||||
/* margin-top: 2em; */
|
||||
/* margin-left: 50px; */
|
||||
min-width: 80%;
|
||||
}
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue