diff options
author | Pauli Virtanen <pav@iki.fi> | 2011-06-29 23:00:07 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2011-06-29 23:00:50 +0200 |
commit | 861e2273049d1c25654a2b4086db614685e7e6da (patch) | |
tree | 7092cd6a89ce409fdc273027db4c9ed1863bcb61 /doc/source/_static/scipy.css | |
parent | 192ac749108c91a3f9537eda3977919a2ce4d2b0 (diff) | |
download | numpy-861e2273049d1c25654a2b4086db614685e7e6da.tar.gz |
DOC: adjust html css, and stub file generation
Diffstat (limited to 'doc/source/_static/scipy.css')
-rw-r--r-- | doc/source/_static/scipy.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/_static/scipy.css b/doc/source/_static/scipy.css index 44ac1a60f..03e6763a6 100644 --- a/doc/source/_static/scipy.css +++ b/doc/source/_static/scipy.css @@ -33,6 +33,11 @@ dl.last > dd { margin-left: 30px; } +/* hide overflowing content in the sidebar */ +div.sphinxsidebarwrapper p.topless { + overflow: hidden; +} + /** * Hide dummy toctrees */ |