1 | /* |
2 | * For toc.js -- also taken from asciidoc. |
3 | */ |
4 | |
5 | div#toc { |
6 | margin-top: 2em; |
7 | background-color: oldlace; |
8 | padding: 1em; |
9 | } |
10 | |
11 | div#toc a { |
12 | text-decoration: none; |
13 | } |
14 | |
15 | #toctitle { |
16 | text-align: center; |
17 | color: #666; |
18 | font-weight: bold; |
19 | margin-bottom: 0.2em; |
20 | /* |
21 | */ |
22 | } |
23 | |
24 | div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { |
25 | margin-top: 0; |
26 | margin-bottom: 0; |
27 | } |
28 | div.toclevel1 { |
29 | margin-left: 2em; |
30 | font-size: 0.9em; |
31 | } |
32 | div.toclevel2 { |
33 | margin-left: 4em; |
34 | font-size: 0.9em; |
35 | } |