Simplification explications aide

This commit is contained in:
Jean-Christophe Engel 2026-07-11 18:17:05 +02:00
parent 8810498843
commit 9e620c3efb
3 changed files with 120 additions and 85 deletions

View file

@ -4,11 +4,16 @@ section.page *
margin-top: 0.1em;
}
section.page ol, section.page ul {
section.page ul {
list-style: inside;
margin-left: 1.5em;
}
section.page ol {
list-style: decimal;
margin-left: 1.5em;
}
section.page h1 {
font-size: 2em;
}