diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2023-04-06 08:42:26 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-04-06 08:42:26 -0400 |
commit | 6297f19f8744ef8fc9b93a2f70d06ca0e3b8908c (patch) | |
tree | e46d4c66ce845ac14371c1b423bb7e8f38ade384 /doc/sample_html/style.css | |
parent | 8cb979b406d5c39a74f861f85076cf2d00ecddf9 (diff) | |
download | python-coveragepy-git-7.2.3.tar.gz |
docs: sample HTML for 7.2.37.2.3
Diffstat (limited to 'doc/sample_html/style.css')
-rw-r--r-- | doc/sample_html/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/sample_html/style.css b/doc/sample_html/style.css index d6768a35..11b24c4e 100644 --- a/doc/sample_html/style.css +++ b/doc/sample_html/style.css @@ -258,12 +258,10 @@ kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em @media (prefers-color-scheme: dark) { #source p label.ctx { color: #777; } } -#source p .ctxs { display: block; max-height: 0; overflow-y: hidden; transition: all .2s; padding: 0 .5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; white-space: nowrap; background: #d0e8ff; border-radius: .25em; margin-right: 1.75em; } +#source p .ctxs { display: block; max-height: 0; overflow-y: hidden; transition: all .2s; padding: 0 .5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; white-space: nowrap; background: #d0e8ff; border-radius: .25em; margin-right: 1.75em; text-align: right; } @media (prefers-color-scheme: dark) { #source p .ctxs { background: #056; } } -#source p .ctxs span { display: block; text-align: right; } - #index { font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875em; } #index table.index { margin-left: -.5em; } |