From: Ezio Melotti Date: Sun, 13 Mar 2016 09:42:05 +0000 (+0200) Subject: #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aac1dd04291b56a88e54287b422d27b47f22bbfe;p=python #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. --- diff --git a/Doc/tools/static/basic.css b/Doc/tools/static/basic.css index 42cb010b70..7230eb3524 100644 --- a/Doc/tools/static/basic.css +++ b/Doc/tools/static/basic.css @@ -412,6 +412,11 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { background-color: transparent; } +.highlight { + background: none !important; +} + + /* -- math display ---------------------------------------------------------- */ img.math { diff --git a/Misc/ACKS b/Misc/ACKS index 58230e845c..d2a8e33e28 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -728,6 +728,7 @@ Pat Knight Jeff Knupp Kubilay Kocak Greg Kochanski +Manvisha Kodali Damon Kohler Marko Kohtala Vajrasky Kok