equipment/style.css

29 lines
374 B
CSS
Raw Permalink Normal View History

2025-02-10 10:16:53 +01:00
.informations {
margin-top : 0.5em;
}
2025-02-18 12:13:56 +01:00
/*
2025-02-10 10:16:53 +01:00
.informations legend {
font-weight: bold;
border-bottom : solid 1px;
margin-bottom : 0.5em;
}
2025-02-18 12:13:56 +01:00
*/
2025-02-10 10:16:53 +01:00
.informations dt::after {
content: ' :';
}
.informations dl.describe {
margin : 0;
}
.informations dl.describe > dt {
flex: 0 0 10rem;
2025-02-18 12:13:56 +01:00
margin-right: 0;
}
.informations dl.describe > dd {
margin-top : 0;
margin-left : 0;
2025-02-10 10:16:53 +01:00
}