diff options
Diffstat (limited to 'doc/numpy.scipy.org/theme/scipy/static/scipy.css')
-rw-r--r-- | doc/numpy.scipy.org/theme/scipy/static/scipy.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/numpy.scipy.org/theme/scipy/static/scipy.css b/doc/numpy.scipy.org/theme/scipy/static/scipy.css index bcc8e0ec1..377c45955 100644 --- a/doc/numpy.scipy.org/theme/scipy/static/scipy.css +++ b/doc/numpy.scipy.org/theme/scipy/static/scipy.css @@ -4,6 +4,15 @@ * Spacing fixes */ + +div.body { + width: 90%; +} + +div.bodywrapper { + width: 100%; +} + div.body p, div.body dd, div.body li { line-height: 125%; } @@ -77,6 +86,10 @@ body { border: none; } +div.sphinxsidebar { + display: none; +} + div.sphinxsidebar h3 { color: rgb(0,102,204); } |