This commit is contained in:
Adrien MALINGREY 2025-04-28 17:48:34 +02:00
parent 44b6fd7e8e
commit 4fb2e70915

@ -109,16 +109,27 @@ table.grille {
.definitions li ol {
padding-left: 0em;
list-style: parenthese;
}
@counter-style parenthese {
system: extends decimal;
suffix: ") ";
}
.definitions li li {
margin-left: 0.8em;
counter-increment: count;
}
.definitions li li::marker {
font-size: small;
}
.definitions em {
text-wrap: nowrap;
}
button[type='submit'] {
width: fit-content;
margin: 0 auto;