Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / tocify / css / tocify.css
1 /**
2  * @file
3  * Styles for tocify block reduced to the absolute minimum.
4  */
5
6 .tocify {
7   height: 90%;
8   overflow: auto;
9 }
10
11 .tocify ul,
12 .tocify li {
13   list-style: none;
14   padding: 0;
15 }
16
17 .tocify-subheader {
18   text-indent: 20px;
19   display: none;
20 }
21
22 .tocify-subheader .tocify-subheader {
23   text-indent: 30px;
24 }
25
26 .tocify-subheader .tocify-subheader .tocify-subheader {
27   text-indent: 40px;
28 }
29
30 .tocify-focus {
31   background-color: white;
32 }