0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 16:22:42 +00:00

Update class Features snippet to v3

Puts adjacent `term :: definition` s into the same `dl` block for easier spacing of sets of terms.
This commit is contained in:
Trevor Buckner
2021-09-11 21:52:37 -04:00
parent cd0b659653
commit 82b9f825d5
3 changed files with 34 additions and 38 deletions

View File

@@ -739,13 +739,10 @@ body {
dl {
line-height : 1.3em;
padding-left : 1em;
text-indent : -1em;
white-space : pre-line;
& + * {
margin-top : 0.28cm;
}
& + dl {
margin-top : 0;
}
}
dl + * {
margin-top : 0.17cm;
@@ -756,6 +753,7 @@ body {
dt {
display : inline;
margin-right : 5px;
margin-left : -1em;
}
dd {
display : inline;