summaryrefslogtreecommitdiff
path: root/coverage
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-03 07:38:17 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-03 07:38:17 -0500
commitbdd349dcff224d66967333d842ef0f43190fef3c (patch)
tree24b25b4dcd81ab9c3e178b03d72940b0c8e6c3e3 /coverage
parent41bff023af65451c4479e7a661fb571c028fd516 (diff)
downloadpython-coveragepy-git-bdd349dcff224d66967333d842ef0f43190fef3c.tar.gz
Fix the tests for HTML annotation changes
Diffstat (limited to 'coverage')
-rw-r--r--coverage/htmlfiles/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index ea261e93..c3767eef 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -269,15 +269,17 @@ td.text {
white-space: normal;
float: right;
position: absolute;
- top: 1.5em;
- right: 0;
+ top: 1.75em;
+ right: 1em;
width: 30em;
height: auto;
+ color: #333;
background: #ffffcc;
border: 1px solid #888;
padding: .25em .5em;
z-index: 999;
-
+ border-radius: .2em;
+ box-shadow: #cccccc .2em .2em .2em;
}
/* Syntax coloring */