css: <dl>s clear each other.

This prevents <dl>s from stacking horizontally when their <dt>s are short.
This commit is contained in:
Brett Smith 2016-12-31 14:30:19 -05:00
parent a04d85a1e8
commit 359cc7a068

View file

@ -33,6 +33,7 @@ dl {
}
dt {
clear: left;
float: left;
text-align: center;
width: 10em;