diff --git a/docs/sphinx_extensions/dfhack/changelog.py b/docs/sphinx_extensions/dfhack/changelog.py index d38f8c060..37fe289cb 100644 --- a/docs/sphinx_extensions/dfhack/changelog.py +++ b/docs/sphinx_extensions/dfhack/changelog.py @@ -201,10 +201,8 @@ def print_changelog(versions, all_entries, path, replace=True, prefix=''): continue elif entry.children: write('- ' + entry.feature + ':') - write('') for child in entry.children: write(' - ' + child) - write('') else: write('- ' + entry.feature) write('') diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index 7b735ed42..9b6e523ef 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -57,11 +57,6 @@ div.body { min-width: unset; } -div.body li > p { - margin-top: 0; - margin-bottom: 0; -} - span.pre { overflow-wrap: break-word; }