basic CSS: Add hlist margin

This commit is contained in:
Matthias Geier 2020-05-12 16:25:32 +02:00
parent 0dc6e3ac45
commit 810f37c9cf

View File

@ -482,6 +482,10 @@ table.field-list td, table.field-list th {
/* -- hlist styles ---------------------------------------------------------- */
table.hlist {
margin: 1em 0;
}
table.hlist td {
vertical-align: top;
}