From e142563737bf23b8ef5478317ac6ea2722dd7e91 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 Jun 2011 10:22:09 -0400 Subject: Add a keyboard help panel to the index page. --- coverage/htmlfiles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'coverage/htmlfiles/style.css') diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 852994d9..c40357b8 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; } -- cgit v1.2.1