docs: Indent header items

Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
Léo Lam 2022-01-26 00:09:23 +01:00
parent 00583c3877
commit 0d596b2d8a
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741

View File

@ -6,3 +6,10 @@ SEARCH_RESULT_ID_BYTES = 4
SEARCH_FILE_OFFSET_BYTES = 4
SEARCH_NAME_SIZE_BYTES = 2
SEARCH_DOWNLOAD_BINARY = True
HTML_HEADER = """
<style>
dl {
padding-left: 1em;
}
</style>
"""