forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.less
More file actions
64 lines (50 loc) · 955 Bytes
/
toc.less
File metadata and controls
64 lines (50 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/** Section nav **/
#nav-inner {
padding-left: 30px;
padding-right: 30px;
padding-top: -10px;
padding-bottom: 30px;
}
.full-api-toc {
line-height: 1.2;
a {
text-decoration: none;
color: black;
}
a:hover {
margin: 0px -5px 0px -5px;
padding: 2px 5px 2px 5px;
}
h1 {
font-size: 1.7em;
margin: 1.2em 0 .2em 0;
}
h2 {
font-size: 1.2em;
font-weight: normal;
margin: .3em 0 0 0;
}
h3 {
font-size: .8em;
font-weight: normal;
margin: 4px 0px 2px 0px;
padding-left: 10px;
color: #333333;
}
h4 {
font-size: .8em;
font-weight: normal;
margin: 4px 0px 4px 0px;
padding-left: 20px;
color: #333333;
}
.spacer {
height: .33em;
}
.noncode {
font-style: italic;
}
.current {
color: red;
}
}