Index: detour/pdf.css =================================================================== --- detour/pdf.css (nonexistent) +++ detour/pdf.css (revision 900) @@ -0,0 +1,19 @@ +H1 { + border-bottom-style: solid; + border-bottom-width: 3px; +} + +H2 { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +P { + text-align: justify; + margin-left: 20px; +} + +PRE { + margin-left: 20px; +} +