[diffoscope] 01/01: Add fallback color to rgba usage

Emanuel Bronshtein e3amn2l-guest at moszumanska.debian.org
Tue Dec 20 22:25:46 CET 2016


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

e3amn2l-guest pushed a commit to branch master
in repository diffoscope.

commit 57ec343e1129b67c8654609e36b7f14e34d23687
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date:   Tue Dec 20 23:25:39 2016 +0200

    Add fallback color to rgba usage
---
 diffoscope/presenters/html.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index 162d7e8..928a2e9 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -76,7 +76,8 @@ HEADER = """<!DOCTYPE html>
     }
     .diffoscope .difference {
       border: outset #888 1px;
-      background-color:rgba(0,0,0,.1);
+      background: #E8E8E8;
+      background: rgba(0,0,0,.1);
       padding: 0.5em;
       margin: 0.5em 0;
     }

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


More information about the diffoscope mailing list