29 lines
374 B
CSS
29 lines
374 B
CSS
.informations {
|
|
margin-top : 0.5em;
|
|
}
|
|
|
|
/*
|
|
.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;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.informations dl.describe > dd {
|
|
margin-top : 0;
|
|
margin-left : 0;
|
|
}
|