diff options
| author | Arthur Volant <arthurvolant@gmail.com> | 2021-04-15 22:01:20 +0200 |
|---|---|---|
| committer | Arthur Volant <arthurvolant@gmail.com> | 2021-04-17 17:46:36 +0200 |
| commit | 0ce7c1f57732dda24708fbd3f8f5c67f653f3850 (patch) | |
| tree | 45342368b6522705f79c0c6584adfb7f5afb43ff | |
| parent | 31718d78b46d99f556feb20ab3cc7e7f89680598 (diff) | |
| download | sphinx-git-0ce7c1f57732dda24708fbd3f8f5c67f653f3850.tar.gz | |
Add line numbers
| -rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index b80868d7a..5c1db3b84 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -818,6 +818,8 @@ div.code-block-caption code { } /* From https://stackoverflow.com/a/34372191 */ +table.highlighttable td.linenos, +span.linenos, span.gp { /* gp: Generic.Prompt */ user-select: none; -webkit-user-select: text; /* Safari fallback only */ |
