diff options
Diffstat (limited to 'theme/stylesheets/ebook.less')
-rwxr-xr-x | theme/stylesheets/ebook.less | 54 |
1 files changed, 25 insertions, 29 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index 92bc915..f167fd0 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -2,42 +2,38 @@ @import "ebook/variables.less"; -.page { - &.page-toc { - .glossary { - margin-bottom: 40px; +body { + .page { + font-family: sans-serif; + .markdown-content(#000, 1.6); + + &.page-toc { + .glossary { + margin-bottom: 40px; - h2 { - a, a:hover { - color: inherit; - text-decoration: none; + h2 { + a, a:hover { + color: inherit; + text-decoration: none; + } } - } - .glossary-index { - list-style: none; - margin: 0px; - padding: 0px; + .glossary-index { + list-style: none; + margin: 0px; + padding: 0px; - li { - display: inline; - margin: 0px 8px; - white-space: nowrap; + li { + display: inline; + margin: 0px 8px; + white-space: nowrap; + } } } } - } - .book-chapter { - display: none; - } -} - - - -body { - .page { - font-family: sans-serif; - .markdown-content(#000, 1.6); + .book-chapter { + display: none; + } } } |