Fix #5163: html: hlist items are now aligned to top

This commit is contained in:
Takeshi KOMIYA
2018-07-16 15:27:59 +09:00
parent 9bc2a93d36
commit 82f9c69b3c
2 changed files with 8 additions and 0 deletions

View File

@@ -427,6 +427,13 @@ table.field-list td, table.field-list th {
hyphens: manual;
}
/* -- hlist styles ---------------------------------------------------------- */
table.hlist td {
vertical-align: top;
}
/* -- other body styles ----------------------------------------------------- */
ol.arabic {