diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-02 22:07:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-02 22:07:48 -0400 |
commit | 9515c4da0749bcc8003f28a3759a418a0194db4b (patch) | |
tree | 2ad27a8c355a82addd26f93b1d63581a24c9bc9f /doc/sample_html/style.css | |
parent | e179cf6d4abffe56ef04b07202865363f53bb814 (diff) | |
download | python-coveragepy-git-6.0.tar.gz |
docs: 6.0 sample HTML report6.0
Diffstat (limited to 'doc/sample_html/style.css')
-rw-r--r-- | doc/sample_html/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sample_html/style.css b/doc/sample_html/style.css index 36ee2a6e..7f8e32ab 100644 --- a/doc/sample_html/style.css +++ b/doc/sample_html/style.css @@ -108,17 +108,17 @@ h2.stats { margin-top: .5em; font-size: 1em; } #keyboard_icon { float: right; margin: 5px; cursor: pointer; } -.help_panel { padding: .5em; border: 1px solid #883; } +.help_panel { padding: .75em; border: 1px solid #883; } .help_panel .legend { font-style: italic; margin-bottom: 1em; } -.indexfile .help_panel { width: 20em; min-height: 4em; } +.indexfile .help_panel { width: 25em; } -.pyfile .help_panel { width: 16em; min-height: 8em; } +.pyfile .help_panel { width: 18em; } #panel_icon { float: right; cursor: pointer; } -.keyhelp { margin: .75em; } +.keyhelp { margin-top: .75em; } .keyhelp .key { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em .35em; font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-weight: bold; background: #eee; } |