[diffoscope] 01/01: fix duplicate % usage in CSS
Emanuel Bronshtein
e3amn2l-guest at moszumanska.debian.org
Tue Dec 20 22:50:17 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 ca327f7577e697f16b390685e9770f3b4f5871f8
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date: Tue Dec 20 23:50:14 2016 +0200
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 928a2e9..55e1860 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