[Python-checkins] cpython (2.7): #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.

ezio.melotti python-checkins at python.org
Sun Mar 13 05:43:01 EDT 2016


https://hg.python.org/cpython/rev/e3833106f612
changeset:   100517:e3833106f612
branch:      2.7
parent:      100512:5e64ffe576a9
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Mar 13 11:42:05 2016 +0200
summary:
  #24918: fix CSS for code blocks when a side box is present.  Patch by Manvi B.

files:
  Doc/tools/static/basic.css |  5 +++++
  Misc/ACKS                  |  1 +
  2 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Doc/tools/static/basic.css b/Doc/tools/static/basic.css
--- 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 {
diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -728,6 +728,7 @@
 Jeff Knupp
 Kubilay Kocak
 Greg Kochanski
+Manvisha Kodali
 Damon Kohler
 Marko Kohtala
 Vajrasky Kok

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list