diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-26 11:53:54 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-26 11:53:54 -0500 |
commit | 954dbf013c4b04779437cb5ce62e53f3ee664235 (patch) | |
tree | f71c3276aac37735bd27abecdec27e9a6b3a649e /coverage/htmlfiles/style.scss | |
parent | 51678eccf354b434012e753161834418c61a01a3 (diff) | |
download | python-coveragepy-git-nedbat/no-select.tar.gz |
Use a table. Almost works. Extra blank lines with annotationsnedbat/no-select
Diffstat (limited to 'coverage/htmlfiles/style.scss')
-rw-r--r-- | coverage/htmlfiles/style.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss index 3615c528..e9b339d5 100644 --- a/coverage/htmlfiles/style.scss +++ b/coverage/htmlfiles/style.scss @@ -351,6 +351,10 @@ $border-indicator-width: .2em; padding: 1em 0 1em $left-gutter; font-family: $font-code; + table { + width: 100%; + } + .p { // position relative makes position:absolute pop-ups appear in the right place. position: relative; @@ -487,10 +491,6 @@ $border-indicator-width: .2em; } - .x { - xxuser-select: none; - } - .r { position: absolute; top: 0; |