First commit of release 0.1
[sockstream.git] / doc / xmldoc.css
1 doc
2 {
3    background : white ;
4 }
5
6 para
7 {
8    display : block ;
9    margin : 1em;
10 }
11
12 chapter > heading
13 {
14    display : block ;
15    font-family : sans-serif;
16    font-weight : bold;
17    font-size   : 180%;
18 }
19
20 section > heading
21 {
22    display : block ;
23    font-family : sans-serif;
24    font-weight : bold;
25    font-size   : 120%;
26 }
27
28 strong
29 {
30    font-weight : bolder ;
31 }
32
33 emph
34 {
35    font-style : italic ;
36 }
37