diff options
Diffstat (limited to 'theme/stylesheets/ebook/summary.less')
-rw-r--r-- | theme/stylesheets/ebook/summary.less | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/theme/stylesheets/ebook/summary.less b/theme/stylesheets/ebook/summary.less deleted file mode 100644 index 37d2bda..0000000 --- a/theme/stylesheets/ebook/summary.less +++ /dev/null @@ -1,56 +0,0 @@ -.section.toc { - > h1 { - text-align: center; - } - - > ol { - margin: 0px; - padding: 0px; - } - - li { - list-style: none; - - .inner { - display: block; - border-bottom: 1px dotted #eee; - margin-bottom: 4px; - - a, span { - padding-right: 5px; - border-bottom: 1px solid #fff; - margin-bottom: -1px; - } - - .page { - float: right; - padding-left: 5px; - } - } - - ol { - margin: 0px; - padding: 0px; - padding-left: 2em; - } - } -} - -// For LTR, fix direction of table of content -.dir-rtl { - .section.toc { - li { - .inner { - .page { - float: left; - } - } - - ol { - margin: 0px; - padding: 0px; - padding-right: 2em; - } - } - } -} |