> On Feb 9, 2022, at 12:12, Erik Gustafson <erik.d.gustaf...@gmail.com> wrote:
>
> Hi Jean-Christophe,
>
> The <code> setting on line 247 is not inherited by <pre><code> and that
> cramps the code blocks inside the grey background box.
>
> Oops! It seemed to be inherited in firefox for me. Ok, changed :)
Erik,
There must be a lag because I am still seeing this in wiki.css:
(from l.239)
/* code highlighting */
code {
color: #333;
font-weight: bold;
font-family: 'Courier New', monospace;
background: #efefef;
border-radius: 0.3rem;
border: 1px solid #aaa;
padding: 0 0.2rem;
margin-right: 1px;
overflow-x: auto;
font-size: smaller;
}
pre.code {
border-radius: 0.5rem;
padding: unset;
background: -webkit-gradient(linear, left top, right bottom, from(#efefef),
color-stop(90%), to(#dfdfdf));
background: -o-linear-gradient(top left, #efefef, 90%, #dfdfdf);
background: linear-gradient(to bottom right, #efefef, 90%, #dfdfdf);
-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.1);
}
Is it what you have ?
Jean-Christophe
--
Jean-Christophe Helary @brandelune
https://mac4translators.blogspot.com
https://sr.ht/~brandelune/omegat-as-a-book/
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe