commit | aac1dd04291b56a88e54287b422d27b47f22bbfe | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sun Mar 13 11:42:05 2016 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun Mar 13 11:42:05 2016 +0200 |
tree | e424d54ae7c9a789d61c2c60de5360eb78688dc9 | |
parent | 6066257c38c6930c40b558fad6a8d8627d049724 [diff] [blame] |
#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 42cb010..7230eb3 100644 --- a/Doc/tools/static/basic.css +++ b/Doc/tools/static/basic.css
@@ -412,6 +412,11 @@ background-color: transparent; } +.highlight { + background: none !important; +} + + /* -- math display ---------------------------------------------------------- */ img.math {