summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-27 07:21:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-27 07:21:41 -0400
commit52ef6f76547e757dc9ca9fc4aecdb9aec4a47368 (patch)
treee28bb135ec053c6237b089155b80c838b1f9dca2 /coverage/htmlfiles/style.css
parent1c96df0e2a02da1d07730125a5738d8277397854 (diff)
downloadpython-coveragepy-git-52ef6f76547e757dc9ca9fc4aecdb9aec4a47368.tar.gz
Better reporting of partial lines, including leaving out partial stuff altogether if no arcs were measured.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index b55e4992..48961e53 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -126,8 +126,8 @@ td.text {
border-left: 2px solid #808080;
}
.text p.par {
- background: #ffffdd;
- border-left: 2px solid #ffff00;
+ background: #ffffaa;
+ border-left: 2px solid #eeee99;
}
.text p.hide {
background: inherit;