summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/ebook/summary.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-17 14:07:15 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-17 14:07:15 +0100
commit6ee9a3a64c76109719227a056ae2b29cb447cd76 (patch)
tree4cc2f8202a83369501a74625ee953b10b286de5b /theme/stylesheets/ebook/summary.less
parentc0196c97a50786cd28c9b72197b39fefb47be333 (diff)
downloadgitbook-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.less56
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;
- }
- }
- }
-}