diff options
Diffstat (limited to 'theme/stylesheets/ebook.less')
-rwxr-xr-x | theme/stylesheets/ebook.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index b718b17..46fe4bd 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -4,6 +4,12 @@ @import "ebook/highlight.less"; .page { + &.page-toc { + ol { + margin: 0px; + } + } + .book-chapter { display: none; } |