From d420b1e785fc7a3dea563e418c3ea9d994178a04 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Thu, 18 Feb 2016 17:54:41 +0100 Subject: [PATCH] Minor: widen the doc area in the docsite by 200px, stops code overflowing and results in more space for text. --- docs/source/_static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 114952e8e2..d4c211d508 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -25,3 +25,7 @@ .codeset > .highlight-java { display: none; } + +.wy-nav-content { + max-width: 1000px; +} \ No newline at end of file