#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 13 Mar 2016 09:41:05 +0000 (11:41 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 13 Mar 2016 09:41:05 +0000 (11:41 +0200)
Doc/tools/pydoctheme/static/pydoctheme.css
Misc/ACKS

index 50835bb92ca6d5dd21cd833773857033186e6cf5..e24043f02debd75c88a0ca44f1ffaffd1d8c112e 100644 (file)
@@ -176,3 +176,8 @@ div.footer a:hover {
 .stableabi {
     color: #229;
 }
+
+.highlight {
+    background: none !important;
+}
+
index 1cfdb54a930640527c011b65aac9721021a9d951..a478d4fb16de7a7fb02378927961610153b9ba1c 100644 (file)
--- 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