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

@ -39,6 +39,7 @@ Incompatible changes
Please use ``app.add_js_file()`` instead.
* #5072: Save environment object also with only new documents
* #5035: qthelp builder allows dashes in :confval:`qthelp_namespace`
* #5163: html: hlist items are now aligned to top
Deprecated
----------

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 {