Put default line height back to 2, chapter to 1.5
[exim-website.git] / templates / web / doc / index.css
1 #options {
2         padding:                        1em 0 0 2em;
3 }
4
5 #options img {
6         margin:                         10px 4px 0 0;
7         float:                          left;
8 }
9
10 #options img.collapse {
11         margin-right:                   0.5em;
12 }
13
14 #options img:hover {
15         cursor:                         pointer;
16 }
17
18 #chapters a {
19         text-decoration:                none;
20 }
21
22 #chapters, .chapter, .section {
23         float:                          left;
24         clear:                          both;
25         list-style:                     none;
26         white-space:                    nowrap;
27 }
28
29 #chapters li.chapter .button {
30         width:                          12px;
31         height:                         12px;
32         margin:                         10px 10px 0 0;
33         background-repeat:              no-repeat;
34         float:                          left;
35         display:                        none;
36 }
37
38 #chapters li.chapter .button:hover {
39         cursor:                         pointer;
40 }
41
42 #chapters.expandable li.chapter .button {
43         display:                        block;
44         background-image:               url('../../../../doc/plus-12x12.png');
45 }
46
47 #chapters.expandable li.chapter span.chapter_title.nosub {
48         margin-left:                    22px;
49 }
50
51 #chapters.expandable li.chapter ul.sections {
52         display:                        none;
53 }
54
55 #chapters.expandable li.chapter.open .button {
56         background-image:               url('../../../../doc/minus-12x12.png');
57 }
58
59 #chapters.expandable li.chapter.open ul.sections {
60         display:                        block;
61 }
62