basic CSS: remove margin-bottom in last element of <dl>

This commit is contained in:
Matthias Geier 2020-05-12 14:56:03 +02:00
parent aad6c2d489
commit 2c8de2b41e

View File

@ -575,6 +575,11 @@ dd {
margin-left: 30px;
}
dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
}
dt:target, span.highlighted {
background-color: #fbe54e;
}