Update css for label on top of pre.

This commit is contained in:
Yann Esposito (Yogsototh) 2020-05-02 19:43:19 +02:00
parent 3c7d427832
commit 4bac995a5a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -15,6 +15,7 @@ body {
code {
font-size: 15px;
}
label + pre { margin-top: 2px; }
pre {
line-height: 1em;
font-size: 13px;
@ -32,7 +33,7 @@ ul, li, p, section, header, footer, img {
hyphens: auto;
}
h1, h2, h3, h4, h5, h6, pre, code, blockquote, p, ul, ol, section, header,
figure,table {
figure,table,label {
margin-top: var(--lh);
margin-bottom: var(--lh);
}