diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-17 14:07:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-17 14:07:15 +0100 |
commit | 6ee9a3a64c76109719227a056ae2b29cb447cd76 (patch) | |
tree | 4cc2f8202a83369501a74625ee953b10b286de5b /theme/stylesheets/ebook/summary.less | |
parent | c0196c97a50786cd28c9b72197b39fefb47be333 (diff) | |
download | gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.zip gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.tar.gz gitbook-6ee9a3a64c76109719227a056ae2b29cb447cd76.tar.bz2 |
Remove old theme
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; - } - } - } -} |