Skip to content

Commit 8c5bd9f

Browse files
committed
Improve generated magazine content page
1 parent 12450cd commit 8c5bd9f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

odmpy/processing/ebook.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@
5656
<!DOCTYPE html>
5757
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
5858
<head><title></title>
59-
<style>#toc { list-style-type: none; padding-left: 0; }</style>
59+
<style>
60+
#toc { list-style-type: none; padding-left: 0; }
61+
#toc > li { margin-top: 0.5rem; }
62+
</style>
6063
</head>
6164
<body>
6265
<nav epub:type="toc">

0 commit comments

Comments
 (0)