Index: trunk/doc/detour/pdf.css =================================================================== --- trunk/doc/detour/pdf.css (revision 907) +++ trunk/doc/detour/pdf.css (revision 908) @@ -17,3 +17,9 @@ margin-left: 20px; } + +div.img { + font-style: italic; + max-width: 700px; + margin: 100px auto; +} Index: trunk/doc/detour/web.css =================================================================== --- trunk/doc/detour/web.css (revision 907) +++ trunk/doc/detour/web.css (revision 908) @@ -1,5 +1,6 @@ body { max-width: 800px; + margin: auto; } H1 { @@ -12,12 +13,21 @@ border-bottom-width: 1px; } + +div.img { + font-style: italic; + margin: 100px auto; +} + +div.img p { + text-align: center; +} + + P { text-align: justify; - margin-left: 20px; } PRE { margin-left: 20px; } -