css: <dl>s clear each other.
This prevents <dl>s from stacking horizontally when their <dt>s are short.
This commit is contained in:
parent
a04d85a1e8
commit
359cc7a068
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ dl {
|
|||
}
|
||||
|
||||
dt {
|
||||
clear: left;
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 10em;
|
||||
|
|
Loading…
Reference in a new issue