[Reproducible-commits] [debbindiff] 03/09: Add style for errors in HTML output

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 30 15:10:10 UTC 2014


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

lunar pushed a commit to branch master
in repository debbindiff.

commit ba3c09dea5085113e1d9f7a5c458a70f9fe4b235
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Sep 30 10:28:55 2014 +0200

    Add style for errors in HTML output
---
 debbindiff/presenters/html.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debbindiff/presenters/html.py b/debbindiff/presenters/html.py
index 5af2bab..6d846b6 100644
--- a/debbindiff/presenters/html.py
+++ b/debbindiff/presenters/html.py
@@ -51,6 +51,12 @@ HEADER = """
     .source {
       font-weight: bold;
     }
+    .error {
+      border: solid black 1px;
+      background: red;
+      color: white;
+      padding: 0.2em;
+    }
     table.diff {
       font-size: 10pt;
     }

-- 
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