diff options
author | Arthur Volant <arthurvolant@gmail.com> | 2021-04-16 22:31:57 +0200 |
---|---|---|
committer | Arthur Volant <arthurvolant@gmail.com> | 2021-04-17 17:46:43 +0200 |
commit | b8ac63bc951eb941ae2f50add9de89066dd03547 (patch) | |
tree | 4ce6b57f7d4b05e7cafb40488d367d8afe857acc | |
parent | f12ebdfae4d9e7607244621af8f029bc529560c1 (diff) | |
download | sphinx-git-b8ac63bc951eb941ae2f50add9de89066dd03547.tar.gz |
Remove link to stackoverflow
-rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index e5780f2d0..45815bac0 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -817,7 +817,6 @@ div.code-block-caption code { background-color: transparent; } -/* From https://stackoverflow.com/a/34372191 */ table.highlighttable td.linenos, span.linenos, div.highlight span.gp { /* gp: Generic.Prompt */ @@ -828,7 +827,6 @@ div.highlight span.gp { /* gp: Generic.Prompt */ -ms-user-select: none; /* IE10+ */ } - div.code-block-caption span.caption-number { padding: 0.1em 0.3em; font-style: italic; |