blob: 951621be660e3700985576c983dc2701aaf31056 (
plain)
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
|
/* Style adjustments for Help Viewer */
.pageBody {
padding-top: 0px 20px 0px 0px;
}
table {
width: 95%;
padding-right: 20px;
}
table.members {
width: 95%;
padding-right: 20px;
}
th p {
padding-bottom: 0px;
}
td p {
padding-bottom: 5px;
}
.codeSnippetContainerTabs {
top: 1px;
}
.codeSnippetToolBarText {
top: -13px;
}
.codeSnippetContainerTabSingle {
padding: 2px 15px 0px 15px;
height: 22px;
}
.codeSnippetContainerTab a:visited {
color: #000000;
}
.codeSnippetContainerTabActive a:visited {
color: #000000;
}
span.keyword {
color: #0000ff;
font-weight: normal;
}
|