Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are no files selected for viewing
| @@ -0,0 +1,39 @@ | ||
| <style> | ||
| /* Little customization on the asciidoctor stylesheet */ | ||
| #header, #content, #footer, #footnotes { | ||
| max-width: 51em; | ||
| } | ||
| .sect1 + .sect1 { | ||
| border-top: none; | ||
| } | ||
| h1, h2, h3, h4, h5, h6 { | ||
| color: #111; | ||
| font-weight: normal; | ||
| margin-top: 2em; | ||
| margin-bottom: 1em; | ||
| } | ||
| #content #toc { | ||
| background: none; | ||
| } | ||
| .literalblock pre, .listingblock pre:not(.highlight), | ||
| .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], | ||
| .listingblock pre.CodeRay, .listingblock pre.prettyprint { | ||
| background: none; | ||
| } | ||
| pre { | ||
| color: #000000; | ||
| } | ||
| :not(pre) > code { | ||
| background-color: inherit; | ||
| padding: 0 0; | ||
| } | ||
| code { | ||
| color: #000000; | ||
| } | ||
| p { | ||
| line-height: 1.7; | ||
| } | ||
| ol>li p, ul>li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { | ||
| margin-bottom: 0; | ||
| } | ||
| </style> |