From 4fb2e709156234678711b2467f70e3b0ce75eae0 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 28 Apr 2025 17:48:34 +0200 Subject: [PATCH] style --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;