X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/e8e3f9b3dec1e5e8a6ed6c59cfa661df2252f3db..a43cc90b79e0b17302c74982270e29a4b93f5f0f:/docs/pycco_custom.css diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 94b70f3..5c97b86 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -13,6 +13,9 @@ /*--------------------- Layout ----------------------------*/ body { font-family: 'aller-light', sans-serif; + position: relative; + display: inline-block; + min-height: 100%; } h1, h2, h3, h4, h5, h6 { @@ -24,6 +27,8 @@ div.docs { padding-left: 35px; } #background { + position: absolute; + height: 100%; left: 640px; } div.code {