diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2016-03-13 09:41:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2016-03-13 09:41:05 (GMT) |
commit | f2b9a398133a291a6f0fd42d8a9e42b8ded605fb (patch) | |
tree | 8a94e6b39f3373ae37eaf244ca2cf4403a537fc9 /Doc | |
parent | a503f7092f5eca6b65ff0beaf7ee6b428e0e81a0 (diff) | |
download | cpython-f2b9a398133a291a6f0fd42d8a9e42b8ded605fb.zip cpython-f2b9a398133a291a6f0fd42d8a9e42b8ded605fb.tar.gz cpython-f2b9a398133a291a6f0fd42d8a9e42b8ded605fb.tar.bz2 |
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/pydoctheme/static/pydoctheme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css index 50835bb..e24043f 100644 --- a/Doc/tools/pydoctheme/static/pydoctheme.css +++ b/Doc/tools/pydoctheme/static/pydoctheme.css @@ -176,3 +176,8 @@ div.footer a:hover { .stableabi { color: #229; } + +.highlight { + background: none !important; +} + |