Fixed attribute name typo in legend follow (#792)
[dygraphs.git] / docs / style.css
CommitLineData
15c966e0
AK
1.thinborder {
2border-width: 1px;
3border-spacing: 0px;
4border-style: solid;
5border-color: black;
6border-collapse: collapse;
7}
8
9.thinborder td,
10.thinborder th {
11border-width: 1px;
12padding: 5px;
13border-style: solid;
14border-color: black;
15}
16
17#nav {
18position: absolute;
19width: 160px;
20font-size: 12px;
21line-height: 1em;
22padding: 0;
23margin: 0;
24float: left;
25}
26
27#nav h2 {
28font-size: 14px;
29}
30
31#nav ul {
32list-style: none;
33padding-left: 15px;
34margin: 0;
35}
36
37#nav ul li {
38line-height: 1.5em;
39}
40
41
42#content {
43position: absolute;
44left: 160px;
45top: 0px;
46border-left: 2px solid rgb(229, 236, 249);
47padding-left: 20px;
48margin-left: 0px;
639fd40c 49max-width: 900px;
15c966e0
AK
50}
51
52#content h1 {
53font-size: 30px;
54}
55
56pre {
57padding: 0 10px;
58}
bf5b5f4d
DV
59
60.tests {
5edf98f8
DV
61 font-size: 80%;
62 font-weight: bold;
63}
64.tests a {
65 font-weight: normal;
66 text-decoration: none;
bf5b5f4d 67}
ab80172e
DV
68
69.padded-list li + li {
70 padding-top: 10px;
71}
72
73.padded-list .desc {
74 font-style: italic;
75}