1

Style des notes de bas de page

This commit is contained in:
2026-04-06 23:58:22 +02:00
parent b34c6acc42
commit b9d625ad69

View File

@@ -1448,6 +1448,29 @@ main > article > figure.figure-media:has(+ figure.chat-message) > figcaption.fig
padding-right: 0;
}
main > article .footnotes {
ol {
margin: var(--margin) auto;
padding-left: 1.5em;
font-size: 1rem;
list-style-type: decimal;
list-style-position: outside;
display: flex;
flex-direction: column;
gap: var(--gap-half);
li {
padding-left: 0.2em;
}
p {
width: auto;
line-height: 130%;
font-size: inherit;
}
}
}
body:has(> header.article-header) > main > article > figure.chat-message,
body:has(> header.article-header) > main > article > figure.chat-message + figure.figure-media,
body:has(> header.article-header) > main > article > figure.figure-media:has(+ figure.chat-message) {