[diffoscope] 01/01: Revert "fix duplicate % usage in CSS"

Emanuel Bronshtein e3amn2l-guest at moszumanska.debian.org
Tue Dec 20 23:55:13 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 2904d148da710331fa57d6bedf0ef434b5c01397
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date:   Wed Dec 21 00:54:59 2016 +0200

    Revert "fix duplicate % usage in CSS"
---
 diffoscope/presenters/html.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index 50d6c22..070f6f1 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -83,7 +83,7 @@ HEADER = """<!DOCTYPE html>
     }
     .diffoscope .difference table {
       table-layout: fixed;
-      width: 100%;
+      width: 100%%;
       border: 0;
     }
     .diffoscope .difference th,
@@ -142,7 +142,7 @@ HEADER = """<!DOCTYPE html>
     }
     .diffoscope .anchor {
       margin-left: 0.5em;
-      font-size: 80%;
+      font-size: 80%%;
       color: #333;
       text-decoration: none;
       display: none;
@@ -166,7 +166,7 @@ HEADER = """<!DOCTYPE html>
       display: none; /* currently, only available in html-dir output where jquery is enabled */
     }
     .diffoscope .diffcontrol-double {
-      line-height: 200%;
+      line-height: 200%%;
     }
   </style>
   %(css_link)s

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


More information about the diffoscope mailing list