diff --git a/style.css b/style.css index 4dafc7d..1fc02ec 100644 --- a/style.css +++ b/style.css @@ -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;