Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git] / doc / man / epub.css
blob31cebe54cbfa8ba38ac168e2f9100f648b4f15dd
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;
12 blockquote{
13 margin-left:3em;
14 margin-right:3em;
16 .caption{
17 text-align:center;
18 font-style:italic;
19 margin-bottom:1em;
20 margin-top:.2em;
21 font-size:.8em;
23 blockquote > p{
24 text-indent:0;
25 margin-bottom:1em;
27 img{
28 display:block;
29 margin-left: auto;
30 margin-right: auto;
31 text-align:center;
32 margin-top:1em;