From 13679ce18a20a5114529ab0db7624d96bddfc958 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 3 Feb 2016 07:38:17 -0500 Subject: Fix the tests for HTML annotation changes --- coverage/htmlfiles/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'coverage/htmlfiles') 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 */ -- cgit v1.2.1