X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/2e8bcf46df767e7cbceb1ae92ba2ec8e4996c241..a43cc90b79e0b17302c74982270e29a4b93f5f0f:/docs/pycco_custom.css?ds=sidebyside 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 {