summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-30 20:17:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-30 20:17:42 -0400
commit71caccde61deca9dc5eed740d52e5c5d53b13805 (patch)
tree17b62b25bd3d571cad607ee9bca886dd521fb6da /coverage/htmlfiles/style.css
parentae847ef53612d6a7349de42a6ed427102258280c (diff)
downloadpython-coveragepy-71caccde61deca9dc5eed740d52e5c5d53b13805.tar.gz
Make the index page display the same in all browsers, and give it a hover effect.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 48961e5..7c2ae79 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -162,7 +162,6 @@ td.text {
#index td.name, #index th.name {
text-align: left;
width: auto;
- height: 1.5em;
}
#index td.name a {
text-decoration: none;
@@ -180,3 +179,6 @@ td.text {
border-top: 1px solid #ccc;
border-bottom: none;
}
+#index tr.file:hover {
+ background: #eeeeee;
+ }