Sortie immobilisation du bilan
This commit is contained in:
parent
d669b5c95b
commit
ea8d805dba
8 changed files with 939 additions and 21 deletions
20
style.css
20
style.css
|
|
@ -17,3 +17,23 @@ h2[class="aide"], h3[class="aide"] {
|
|||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.informations {
|
||||
margin-top : 0.5em;
|
||||
margin-bottom : 0.5em;
|
||||
padding : 0.5em;
|
||||
}
|
||||
|
||||
.informations legend {
|
||||
font-weight: bold;
|
||||
border-bottom : solid 1px var(--gLightBorderColor);
|
||||
margin-bottom : 0.5em;
|
||||
}
|
||||
|
||||
.informations dt::after {
|
||||
content: ' :';
|
||||
}
|
||||
|
||||
.informations dl.describe > dt {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue