Imported asciidoc, jam builds and some docs.

This commit is contained in:
Sanel Zukan
2007-07-18 13:21:52 +00:00
parent f87d09b841
commit 6399af2498
106 changed files with 12171 additions and 131 deletions

View File

@ -0,0 +1,21 @@
/* Man page text is indented from headings. */
p,ul,ol,dl,h4,h5 {
padding: 0 10%;
}
h2 { text-decoration: none;}
/* Man page emphasis is always bold. */
em, dt {
font-style: normal;
font-weight: bold;
}
div#synopsis p { }
div.literalparagraph { margin: 0 10%; }
div.literalblock { margin: 0 10%; }
div.listingblock {
margin: 0 10%;
}