mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #5163: html: hlist items are now aligned to top
This commit is contained in:
parent
9bc2a93d36
commit
82f9c69b3c
1
CHANGES
1
CHANGES
@ -39,6 +39,7 @@ Incompatible changes
|
|||||||
Please use ``app.add_js_file()`` instead.
|
Please use ``app.add_js_file()`` instead.
|
||||||
* #5072: Save environment object also with only new documents
|
* #5072: Save environment object also with only new documents
|
||||||
* #5035: qthelp builder allows dashes in :confval:`qthelp_namespace`
|
* #5035: qthelp builder allows dashes in :confval:`qthelp_namespace`
|
||||||
|
* #5163: html: hlist items are now aligned to top
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
----------
|
----------
|
||||||
|
@ -427,6 +427,13 @@ table.field-list td, table.field-list th {
|
|||||||
hyphens: manual;
|
hyphens: manual;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* -- hlist styles ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
table.hlist td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* -- other body styles ----------------------------------------------------- */
|
/* -- other body styles ----------------------------------------------------- */
|
||||||
|
|
||||||
ol.arabic {
|
ol.arabic {
|
||||||
|
Loading…
Reference in New Issue
Block a user