equal
deleted
inserted
replaced
|
1 /*** |
|
2 * (C) Copyright IBM Corporation 2005 - 2006. All Rights Reserved. |
|
3 ***/ |
|
4 H4.sectiontitle { |
|
5 font-size: smaller; |
|
6 } |
|
7 SPAN.platformSyntax { |
|
8 color: black; |
|
9 } |
|
10 PRE.apiSyntaxText { |
|
11 padding-left: 1.2em; |
|
12 } |
|
13 SPAN.itemname { |
|
14 font-style: italic; |
|
15 } |
|
16 TABLE.itemdefs { |
|
17 border-collapse: collapse; |
|
18 padding: .1em; |
|
19 border: 0; |
|
20 } |
|
21 TR.itemdefs { |
|
22 } |
|
23 TD.itemdefname { |
|
24 padding-left: 1.2em; |
|
25 padding-right: 1em; |
|
26 patting-above: .33em; |
|
27 text-align: right; |
|
28 font-style: italic; |
|
29 } |
|
30 TD.itemdefnote { |
|
31 } |
|
32 TR.platformItem TD { |
|
33 color: black; |
|
34 } |
|
35 SPAN.platformItem { |
|
36 color: black; |
|
37 } |
|
38 P.platformExample { |
|
39 padding-left: 1.2em; |
|
40 padding-bottom: 0em; |
|
41 margin-bottom: 0em; |
|
42 font-weight: bold; |
|
43 font-size: smaller; |
|
44 color: black; |
|
45 } |
|
46 DIV.example PRE { |
|
47 padding-left: 1.2em; |
|
48 } |