From: Ezio Melotti Date: Sun, 13 Mar 2016 09:41:05 +0000 (+0200) Subject: #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. X-Git-Tag: v3.6.0a1~489^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2b9a398133a291a6f0fd42d8a9e42b8ded605fb;p=thirdparty%2FPython%2Fcpython.git #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. --- diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css index 50835bb92ca6..e24043f02deb 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; +} + diff --git a/Misc/ACKS b/Misc/ACKS index 1cfdb54a9306..a478d4fb16de 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -763,6 +763,7 @@ Pat Knight Jeff Knupp Kubilay Kocak Greg Kochanski +Manvisha Kodali Damon Kohler Marko Kohtala Vajrasky Kok