tests: Use the new DO_TEST_CAPS_*() macros
[libvirt/ericb.git] / docs / generic.css
bloba6b2354df07b5d08aaf33c534f0a67d2bc1cb1c7
1 body {
2 margin: 0em;
3 padding: 0px;
4 color: rgb(0,0,0);
5 background: #ffffff;
6 font-family: LibvirtOverpass;
9 p, ul, ol, dl {
10 padding: 0px;
11 margin: 0px;
14 p {
15 margin-top: 1em;
16 margin-bottom: 1em;
19 ul, ol {
20 margin-left: 2em;
23 dt {
24 margin-left: 1em;
25 margin-right: 2em;
28 dt code {
29 font-weight: bold;
32 dl dd {
33 margin-left: 2em;
34 margin-right: 2em;
35 margin-bottom: 0.5em;
38 h1, h2, h3, h4, h5, h6 {
39 font-weight: bold;
40 margin: 0px;
41 padding: 0px;
42 margin-bottom: 0.25em;
45 h1 {
46 margin-top: 0em;
47 font-size: 1.6em;
50 h2 {
51 margin-top: 1.0em;
52 font-size: 1.4em;
55 h3 {
56 margin-top: 1.0em;
57 font-size: 1.2em;
60 h4 {
61 margin-top: 1.0em;
62 font-size: 1.1em;
65 h5 {
66 margin-top: 0.75em;
67 font-size: 1em;
70 h6 {
71 margin-top: 0.75em;
72 font-size: 0.8em;
75 code, pre {
76 font-family: LibvirtOverpassMono;
79 dd code, p code {
80 background-color: #eeeeee;
83 pre {
84 font-size: 90%;