[Reproducible-commits] [debbindiff] 03/08: Remove most table borders in HTML output

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Mar 20 11:31:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository debbindiff.

commit f052fec37503716309317956438ba1c5e1173779
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Mar 20 11:46:35 2015 +0100

    Remove most table borders in HTML output
    
    Closes: #779475
---
 debbindiff/presenters/html.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debbindiff/presenters/html.py b/debbindiff/presenters/html.py
index aed97f7..4917196 100644
--- a/debbindiff/presenters/html.py
+++ b/debbindiff/presenters/html.py
@@ -53,10 +53,15 @@ HEADER = """
     .difference table {
       table-layout: fixed;
       width: 100%%;
+      border: 0;
     }
     .difference th,
     .difference td {
       width: 50%%;
+      border: 0;
+    }
+    .difference td + td {
+      border-left: solid black 1px;
     }
     .difference td div {
       overflow: auto;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list