Make background color white, for merge diff table

This commit is contained in:
Lance Edgar 2017-07-11 23:58:36 -05:00
parent 4e7837baa9
commit 270b33de27

View file

@ -40,7 +40,8 @@
font-weight: bold;
}
table {
table.diff {
background-color: White;
border-collapse: collapse;
border-left: 1px solid black;
border-top: 1px solid black;