Fix background color for diff tables

This commit is contained in:
Lance Edgar 2017-07-05 21:27:58 -05:00
parent 85bdefc25b
commit 83751f7c9e

View file

@ -10,6 +10,7 @@
<style type="text/css">
table {
background-color: White;
border-collapse: collapse;
border-left: 1px solid black;
border-top: 1px solid black;