summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-05 10:22:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-05 10:22:09 -0400
commit82489817b03acd7fc13af9ba5bd9f18e0aefd9f8 (patch)
tree48b0fcfd03822122d5950dd85566a358f1b58ba5 /coverage/htmlfiles/style.css
parentd4d860b70f5f4f02cb81e7d8fd75b861fda76f50 (diff)
downloadpython-coveragepy-82489817b03acd7fc13af9ba5bd9f18e0aefd9f8.tar.gz
Add a keyboard help panel to the index page.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 852994d..c40357b 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -114,6 +114,13 @@ h2.stats {
padding: .5em;
border: 1px solid #883;
display: none;
+}
+
+#indexfile .help_panel {
+ width: 20em; height: 4em;
+}
+
+#pyfile .help_panel {
width: 16em; height: 8em;
}