Merge branch add-location-period into 'master'

This commit is contained in:
2021-08-17 18:37:07 +02:00
103 changed files with 6268 additions and 1082 deletions

View File

@@ -276,6 +276,24 @@ div.metadata {
}
}
/// display definition list
// with dt and dd on same line
dl.definition-inline {
dd {
display: inline;
margin: 0;
&:after{
display: block;
content: '';
}
}
dt{
display: inline-block;
min-width: 200px;
}
}
/// when there is no data
.custom_field_no_data,
.chill-no-data-statement {