summaryrefslogtreecommitdiff
path: root/tests/gold
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-04-13 23:06:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-04-13 23:06:43 -0400
commit8979a69e1dfd78cc96f9b6efd111c9d8cf92e120 (patch)
treeb57833a0722101a0563fa0bea802fa12c475d454 /tests/gold
parent72d851501d226b847949cb96cc7d3025f6eeba62 (diff)
downloadpython-coveragepy-git-8979a69e1dfd78cc96f9b6efd111c9d8cf92e120.tar.gz
fix: correct slight mis-layout of the hotkey panels
Diffstat (limited to 'tests/gold')
-rw-r--r--tests/gold/html/styled/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/gold/html/styled/style.css b/tests/gold/html/styled/style.css
index 36ee2a6e..7f8e32ab 100644
--- a/tests/gold/html/styled/style.css
+++ b/tests/gold/html/styled/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; }