[diffoscope] 01/01: CSS Optimizations
Emanuel Bronshtein
e3amn2l-guest at moszumanska.debian.org
Tue Dec 20 21:18:43 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 21ecafd7e776148a00a14123a13fa92b91a53c4c
Author: Emanuel Bronshtein <e3amn2l at gmx.com>
Date: Tue Dec 20 22:18:36 2016 +0200
CSS Optimizations
---
diffoscope/presenters/html.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/diffoscope/presenters/html.py b/diffoscope/presenters/html.py
index a7d1be7..daa468e 100644
--- a/diffoscope/presenters/html.py
+++ b/diffoscope/presenters/html.py
@@ -88,7 +88,7 @@ HEADER = """<!DOCTYPE html>
border: 0;
}
.diffoscope table.diff {
- border: 0px;
+ border: 0;
border-collapse:collapse;
font-size:0.75em;
font-family: Lucida Console, monospace;
@@ -96,33 +96,33 @@ HEADER = """<!DOCTYPE html>
.diffoscope table.diff tr:hover td {
background: #FFFF00;
}
- .diffoscope td.line {
+ .diffoscope .line {
color:#8080a0
}
.diffoscope th {
background: black;
color: white
}
- .diffoscope tr.diffunmodified td {
+ .diffoscope .diffunmodified td {
background: #D0D0E0
}
- .diffoscope tr.diffhunk td {
+ .diffoscope .diffhunk td {
background: #A0A0A0
}
- .diffoscope tr.diffadded td {
+ .diffoscope .diffadded td {
background: #CCFFCC
}
- .diffoscope tr.diffdeleted td {
+ .diffoscope .diffdeleted td {
background: #FFCCCC
}
- .diffoscope tr.diffchanged td {
+ .diffoscope .diffchanged td {
background: #FFFFA0
}
.diffoscope ins, del {
background: #E0C880;
text-decoration: none
}
- .diffoscope span.diffponct {
+ .diffoscope .diffponct {
color: #B08080
}
.diffoscope .comment {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list