Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2b9a39

Browse files
committed
#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.
1 parent a503f70 commit f2b9a39

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/tools/pydoctheme/static/pydoctheme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@ div.footer a:hover {
176176
.stableabi {
177177
color: #229;
178178
}
179+
180+
.highlight {
181+
background: none !important;
182+
}
183+

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ Pat Knight
763763
Jeff Knupp
764764
Kubilay Kocak
765765
Greg Kochanski
766+
Manvisha Kodali
766767
Damon Kohler
767768
Marko Kohtala
768769
Vajrasky Kok

0 commit comments

Comments
 (0)