]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/expat/doc/style.css
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / expat / doc / style.css
1 body {
2   background-color: white
3 }
4
5 .noborder {
6   border-width: 0px;
7 }
8
9 .eg {
10   padding-left: 1em;
11   padding-top: .5em;
12   padding-bottom: .5em;
13   border: solid thin;
14   margin: 1em 0;
15   background-color: tan;
16   margin-left: 2em;
17   margin-right: 10%;
18 }
19
20 .handler {
21   width: 100%;
22   border-top-width: thin;  
23   margin-bottom: 1em;
24 }
25
26 .handler p {
27   margin-left: 2em;
28 }
29
30 .setter {
31   font-weight: bold;
32 }
33
34 .signature {
35   color: navy;
36 }
37
38 .fcndec {
39   width: 100%;
40   border-top-width: thin;
41   font-weight: bold;
42 }
43
44 .fcndef {
45   margin-left: 2em;
46   margin-bottom: 2em;
47 }
48
49 dd {
50   margin-bottom: 2em;
51 }