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