This commit is contained in:
Ingolf Wagner 2018-09-28 21:23:34 +02:00
parent a2bf08d24e
commit f36ebc10c1

View file

@ -60,7 +60,6 @@ body nav#main {
} }
} }
body nav#TableOfContents { body nav#TableOfContents {
display: none; display: none;
} }
@ -74,15 +73,12 @@ pre {
background: @color-code-background; background: @color-code-background;
margin: 0em 0em .0em 0em; margin: 0em 0em .0em 0em;
// margin: 0em 0em .4em 0em;
padding: .3em .6em .3em 0.4em; padding: .3em .6em .3em 0.4em;
border-left: .4em solid @color-code-border; border-left: .4em solid @color-code-border;
white-space: pre-wrap; white-space: pre-wrap;
code { code {
font-weight: normal; font-weight: normal;
font-family: @font-code; font-family: @font-code;
} }
@ -90,7 +86,6 @@ pre {
@media @desktop { @media @desktop {
pre { pre {
// margin: 0em 1em .4em 1em;
margin: 0em 0em .0em 0em; margin: 0em 0em .0em 0em;
} }
} }