Kaydet (Commit) aac1dd04 authored tarafından Ezio Melotti's avatar Ezio Melotti

#24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.

üst 6066257c
...@@ -412,6 +412,11 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { ...@@ -412,6 +412,11 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
background-color: transparent; background-color: transparent;
} }
.highlight {
background: none !important;
}
/* -- math display ---------------------------------------------------------- */ /* -- math display ---------------------------------------------------------- */
img.math { img.math {
......
...@@ -728,6 +728,7 @@ Pat Knight ...@@ -728,6 +728,7 @@ Pat Knight
Jeff Knupp Jeff Knupp
Kubilay Kocak Kubilay Kocak
Greg Kochanski Greg Kochanski
Manvisha Kodali
Damon Kohler Damon Kohler
Marko Kohtala Marko Kohtala
Vajrasky Kok Vajrasky Kok
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment