<pre>
or
<code>
or
<pre><code>
The styles we use are:
- Code: Select all
font-size: 10pt;
font-family: 'Consolas';
mc-language: none;
mc-hyphenate: never;
border: 0.25px solid black;
display: block;
background-color: #E6E6E6;
padding-left: 0.18cm;
padding-right: 0.18cm;
Unfortunately I can't figure out how to specify selectors in my CSS so that the border is not applied twice in the <pre><code> situation. Is there a :not selector that might work here?
Paul