]> granicus.if.org Git - python/commitdiff
#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:42:05 +0000 (11:42 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 13 Mar 2016 09:42:05 +0000 (11:42 +0200)
Doc/tools/static/basic.css
Misc/ACKS

index 42cb010b70e5cd7932f99da3df438d9d01847088..7230eb3524accd6cfb437420bd0f5de855550d70 100644 (file)
@@ -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 {
index 58230e845c0775578b8f4e4abfe10783ca3602c6..d2a8e33e2839b2f4ecfa6924df4592a4bb81e768 100644 (file)
--- 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