There should be line between every DT below. A green line if a dt is followed
by a dd, a red line if a
dt is followed by another dt.
In the CSS: dt { overflow: auto; padding-bottom: 0.2ex;
}. By varying the size of the padding, you also vary the
number of lines shown.
overflow: hidden instead of overflow:
autopadding on dt, use
margin on * + dt
instead