Restructure the documentation folder; add more options to makefile
[plcapi.git] / doc / manual / css-docbook / xmlrpc.css
1 funcsynopsis>* {
2         margin-left:10%;
3         margin-right:10%;
4 }
5
6 funcprototype {
7         display: block;
8         text-align: justify;
9         font-family:monospace;
10 }
11
12 funcprototype:after {
13         content:");";
14 }
15
16 funcdef:after {
17         content:"(";
18 }
19
20 paramdef type:after {
21         content:" ";
22 }
23
24 funcdef function {
25         font-weight:bold;
26 }
27
28 paramdef initializer:before
29 {
30         content:" = ";
31 }
32
33 paramdef:after
34 {
35         content:",";
36 }
37
38 /* remove the extra comma after the last paramdef of a funcprotoype */
39 paramdef:last-child:after
40 {
41         content:"";
42 }