projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
move custom_rhino out of plotkit
[dygraphs.git]
/
plotkit_v091
/
doc
/
doc.css
1
.doc h1
{
2
color
:
#335577
;
3
padding-bottom
:
5px
;
4
border-bottom
:
1px
solid
#ccc
;
5
display
:
block
;
6
}
7
8
.doc h2
{
9
font-size
:
medium
;
10
padding-left
:
0
;
11
}
12
13
.doc h3
{
14
padding-left
:
0
;
15
font-size
:
medium
;
16
color
:
#666
;
17
}
18
19
.doc ul
{
20
padding-left
:
10px
;
21
margin-left
:
10px
;
22
}
23
24
.api li
{
25
display
:
block
;
26
border
:
1px
solid
#eee
;
27
background-color
:
#f9f9f9
;
28
padding
:
2px
;
29
padding-left
:
5px
;
30
list-style
:
none
;
31
}
32
33
.doc thead td
{
34
border-bottom
:
1px
solid
#eee
;
35
}
36
37
.doc thead td, .doc thead th
{
38
text-align
:
left
;
39
font-weight
:
bold
;
40
}
41
42
.doc tbody th
{
43
text-align
:
left
;
44
font-weight
:
bold
;
45
}
46
47
.doc th, .doc td
{
48
vertical-align
:
top
;
49
padding
:
4px
;
50
margin
:
0
;
51
font-size
:
9px
;
52
}
53
54
.doc pre
{
55
border
:
1px
solid
#f0f0f0
;
56
background-color
:
#f9f9ff
;
57
padding
:
4px
;
58
}
59
60
.doc .demo
{
61
padding-bottom
:
20px
;
62
}