Minor: widen the doc area in the docsite by 200px, stops code overflowing and results in more space for text.

This commit is contained in:
Mike Hearn 2016-02-18 17:54:41 +01:00
parent ba62330a6e
commit d420b1e785

View File

@ -25,3 +25,7 @@
.codeset > .highlight-java { .codeset > .highlight-java {
display: none; display: none;
} }
.wy-nav-content {
max-width: 1000px;
}