Améliorations cosmétiques

This commit is contained in:
Jean-Christophe Engel 2025-02-10 10:16:53 +01:00
parent 1f7d1cc682
commit 5967686228
6 changed files with 69 additions and 30 deletions

24
style.css Normal file
View file

@ -0,0 +1,24 @@
.informations {
margin-top : 0.5em;
margin-bottom : 0.2em;
padding : 0.5em;
text-align : left;
}
.informations legend {
font-weight: bold;
border-bottom : solid 1px;
margin-bottom : 0.5em;
}
.informations dt::after {
content: ' :';
}
.informations dl.describe {
margin : 0;
}
.informations dl.describe > dt {
flex: 0 0 10rem;
}