From f2b9a398133a291a6f0fd42d8a9e42b8ded605fb Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sun, 13 Mar 2016 11:41:05 +0200 Subject: #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. --- Doc/tools/pydoctheme/static/pydoctheme.css | 5 +++++ Misc/ACKS | 1 + 2 files changed, 6 insertions(+) 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; +} + diff --git a/Misc/ACKS b/Misc/ACKS index 1cfdb54..a478d4f 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 -- cgit v0.12