Améliorations cosmétiques
This commit is contained in:
parent
1f7d1cc682
commit
5967686228
6 changed files with 69 additions and 30 deletions
24
style.css
Normal file
24
style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue