summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/index.html
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/index.html
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/index.html')
-rw-r--r--coverage/htmlfiles/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/htmlfiles/index.html b/coverage/htmlfiles/index.html
index 5129c30..03a83cc 100644
--- a/coverage/htmlfiles/index.html
+++ b/coverage/htmlfiles/index.html
@@ -17,7 +17,7 @@
<div id='index'>
<table class='index'>
-<tr>
+<tr class='tablehead'>
<th class='name'>Module</th>
<th>statements</th>
<th>run</th>
@@ -28,7 +28,7 @@
<th>coverage</th>
</tr>
{% for file in files %}
-<tr>
+<tr class='file'>
<td class='name'><a href='{{file.html_filename}}'>{{file.cu.name}}</a></td>
<td>{{file.stm}}</td>
<td>{{file.run}}</td>