X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/09a36e34a7b4f163c25fb971771bc4c7edd63e2b..7b5af93d756464638204b0b703485712d88d3656:/docs/pycco_custom.css diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 4fe2638..28333e5 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -19,6 +19,30 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.1em; } +@media print { + #background { + background: none; + border: none; + } + h1, h2, h3, h4, h5, h6 { + margin-top: 20px; + } + div.docs { + max-width: 99%; + padding-left: 0px; + padding-right: 0px; + } + div.docs p { + margin-bottom: 5px; + } + div.code { + margin: 0px; + padding-top: 2px; + padding-bottom: 5px; + clear: both; + } +} + /*---------------------- Syntax Highlighting -----------------------------*/ body .k { font-weight: bold } /* Keyword */ body .kd { font-weight: normal } /* Keyword.Declaration */