summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
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
commit13679ce18a20a5114529ab0db7624d96bddfc958 (patch)
tree87e718c119485c3c16e2af2772c668d494cdbad5 /coverage/htmlfiles
parentcc94a7dd39c02c4dfb40449cda66063ba9ec72f4 (diff)
downloadpython-coveragepy-13679ce18a20a5114529ab0db7624d96bddfc958.tar.gz
Fix the tests for HTML annotation changes
Diffstat (limited to 'coverage/htmlfiles')
-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 ea261e9..c3767ee 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 */