repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git]
/
doc
/
man
/
epub.css
blob
31cebe54cbfa8ba38ac168e2f9100f648b4f15dd
1
/* This defines styles and classes used in the book */
2
body
{ }
3
code
{
font-family
:
monospace
; }
4
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
text-align
:
center
;
margin-bottom
:
2em
;}
5
h1
.
title
{ }
6
h2
.
author
{ }
7
p
{
8
padding
:
0
;
9
margin
:
0
;
10
text-indent
:
2em
;
11
}
12
blockquote
{
13
margin-left
:
3em
;
14
margin-right
:
3em
;
15
}
16
.caption
{
17
text-align
:
center
;
18
font-style
:
italic
;
19
margin-bottom
:
1em
;
20
margin-top
:
.2em
;
21
font-size
:
.8em
;
22
}
23
blockquote
>
p
{
24
text-indent
:
0
;
25
margin-bottom
:
1em
;
26
}
27
img
{
28
display
:
block
;
29
margin-left
:
auto
;
30
margin-right
:
auto
;
31
text-align
:
center
;
32
margin-top
:
1em
;
33
}