From 9efcd5a66dc49854841da317fd89c49ed778a669 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 3 Nov 2016 12:32:14 -0600 Subject: update docs --- _static/basic.css | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to '_static/basic.css') diff --git a/_static/basic.css b/_static/basic.css index 0b79414..9fa77d8 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -52,8 +52,6 @@ div.sphinxsidebar { width: 230px; margin-left: -100%; font-size: 90%; - word-wrap: break-word; - overflow-wrap : break-word; } div.sphinxsidebar ul { @@ -85,6 +83,10 @@ div.sphinxsidebar #searchbox input[type="text"] { width: 170px; } +div.sphinxsidebar #searchbox input[type="submit"] { + width: 30px; +} + img { border: 0; max-width: 100%; @@ -185,13 +187,6 @@ div.genindex-jumpbox { /* -- general body styles --------------------------------------------------- */ -div.body p, div.body dd, div.body li, div.body blockquote { - -moz-hyphens: auto; - -ms-hyphens: auto; - -webkit-hyphens: auto; - hyphens: auto; -} - a.headerlink { visibility: hidden; } @@ -494,13 +489,6 @@ pre { overflow-y: hidden; /* fixes display issues on Chrome browsers */ } -span.pre { - -moz-hyphens: none; - -ms-hyphens: none; - -webkit-hyphens: none; - hyphens: none; -} - td.linenos pre { padding: 5px 0px; border: 0; -- cgit v1.2.1