[Python-checkins] cpython (3.5): #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/78e9c18d3e5b
changeset:   100515:78e9c18d3e5b
branch:      3.5
parent:      100513:4d797a45309c
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Mar 13 11:41:05 2016 +0200
summary:
  #24918: fix CSS for code blocks when a side box is present.  Patch by Manvi B.

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


diff --git a/Doc/tools/pydoctheme/static/pydoctheme.css b/Doc/tools/pydoctheme/static/pydoctheme.css
--- a/Doc/tools/pydoctheme/static/pydoctheme.css
+++ b/Doc/tools/pydoctheme/static/pydoctheme.css
@@ -176,3 +176,8 @@
 .stableabi {
     color: #229;
 }
+
+.highlight {
+    background: none !important;
+}
+
diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -763,6 +763,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