[diffoscope] 01/01: fix CSS markup warnings
Emanuel Bronshtein
e3amn2l-guest at moszumanska.debian.org
Tue Dec 20 23:12:51 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 80e49b098d6792cd8f8c79395374dce4488b7dd0
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date: Wed Dec 21 00:12:48 2016 +0200
fix CSS markup warnings
---
diffoscope/presenters/html.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index 55e1860..50d6c22 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -66,7 +66,7 @@ HEADER = """<!DOCTYPE html>
<meta name="generator" content="diffoscope" />
<link rel="icon" type="image/png" href="data:image/png;base64,%(favicon)s" />
<title>%(title)s</title>
- <style>
+ <style type="text/css">
body.diffoscope {
background: white;
color: black;
@@ -94,7 +94,7 @@ HEADER = """<!DOCTYPE html>
border: 0;
border-collapse:collapse;
font-size:0.75em;
- font-family: Lucida Console, monospace;
+ font-family: 'Lucida Console', monospace;
}
.diffoscope table.diff tr:hover td {
background: #FFFF00;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list