style
This commit is contained in:
parent
44b6fd7e8e
commit
4fb2e70915
11
style.css
11
style.css
@ -109,16 +109,27 @@ table.grille {
|
|||||||
|
|
||||||
.definitions li ol {
|
.definitions li ol {
|
||||||
padding-left: 0em;
|
padding-left: 0em;
|
||||||
|
list-style: parenthese;
|
||||||
|
}
|
||||||
|
|
||||||
|
@counter-style parenthese {
|
||||||
|
system: extends decimal;
|
||||||
|
suffix: ") ";
|
||||||
}
|
}
|
||||||
|
|
||||||
.definitions li li {
|
.definitions li li {
|
||||||
margin-left: 0.8em;
|
margin-left: 0.8em;
|
||||||
|
counter-increment: count;
|
||||||
}
|
}
|
||||||
|
|
||||||
.definitions li li::marker {
|
.definitions li li::marker {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.definitions em {
|
||||||
|
text-wrap: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
button[type='submit'] {
|
button[type='submit'] {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user