repo.or.cz
/
libvirt
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
m4: Fix check for yajl.pc
[libvirt/ericb.git]
/
docs
/
generic.css
blob
a6b2354df07b5d08aaf33c534f0a67d2bc1cb1c7
1
body
{
2
margin
:
0em
;
3
padding
:
0px
;
4
color
:
rgb
(
0
,
0
,
0
);
5
background
:
#ffffff
;
6
font-family
:
LibvirtOverpass
;
7
}
8
9
p
,
ul
,
ol
,
dl
{
10
padding
:
0px
;
11
margin
:
0px
;
12
}
13
14
p
{
15
margin-top
:
1em
;
16
margin-bottom
:
1em
;
17
}
18
19
ul
,
ol
{
20
margin-left
:
2em
;
21
}
22
23
dt
{
24
margin-left
:
1em
;
25
margin-right
:
2em
;
26
}
27
28
dt code
{
29
font-weight
:
bold
;
30
}
31
32
dl dd
{
33
margin-left
:
2em
;
34
margin-right
:
2em
;
35
margin-bottom
:
0.5em
;
36
}
37
38
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
39
font-weight
:
bold
;
40
margin
:
0px
;
41
padding
:
0px
;
42
margin-bottom
:
0.25em
;
43
}
44
45
h1
{
46
margin-top
:
0em
;
47
font-size
:
1.6em
;
48
}
49
50
h2
{
51
margin-top
:
1.0em
;
52
font-size
:
1.4em
;
53
}
54
55
h3
{
56
margin-top
:
1.0em
;
57
font-size
:
1.2em
;
58
}
59
60
h4
{
61
margin-top
:
1.0em
;
62
font-size
:
1.1em
;
63
}
64
65
h5
{
66
margin-top
:
0.75em
;
67
font-size
:
1em
;
68
}
69
70
h6
{
71
margin-top
:
0.75em
;
72
font-size
:
0.8em
;
73
}
74
75
code
,
pre
{
76
font-family
:
LibvirtOverpassMono
;
77
}
78
79
dd code
,
p code
{
80
background-color
:
#eeeeee
;
81
}
82
83
pre
{
84
font-size
:
90
%;
85
}