X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/c25f3400060ea1a02f8fa9de69c39fd7b020e8a5..2e8bcf46df767e7cbceb1ae92ba2ec8e4996c241:/docs/pycco_custom.css diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 28333e5..94b70f3 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -12,11 +12,22 @@ /*--------------------- Layout ----------------------------*/ body { - font-family: 'aller-light', sans-serif; + font-family: 'aller-light', sans-serif; } h1, h2, h3, h4, h5, h6 { - line-height: 1.1em; + line-height: 1.1em; +} + +div.docs { + max-width: 580px; + padding-left: 35px; +} +#background { + left: 640px; +} +div.code { + margin-left: 640px; } @media print {