diff options
Diffstat (limited to 'doc/numpy.scipy.org/_theme')
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/index.html | 2 | ||||
-rw-r--r-- | doc/numpy.scipy.org/_theme/scipy/static/scipy.css | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/numpy.scipy.org/_theme/scipy/index.html b/doc/numpy.scipy.org/_theme/scipy/index.html index 75d61d05d..1a71ea1ab 100644 --- a/doc/numpy.scipy.org/_theme/scipy/index.html +++ b/doc/numpy.scipy.org/_theme/scipy/index.html @@ -46,6 +46,8 @@ multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.</p> + <p>Numpy is licensed under the <a class="reference external" href="license.html">BSD license</a>, + enabling reuse with few restrictions.</p> <div class="section" id="getting-started"> <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">ΒΆ</a></h1> diff --git a/doc/numpy.scipy.org/_theme/scipy/static/scipy.css b/doc/numpy.scipy.org/_theme/scipy/static/scipy.css index 377c45955..f818c6f14 100644 --- a/doc/numpy.scipy.org/_theme/scipy/static/scipy.css +++ b/doc/numpy.scipy.org/_theme/scipy/static/scipy.css @@ -13,6 +13,12 @@ div.bodywrapper { width: 100%; } +div.documentwrapper { + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; +} + div.body p, div.body dd, div.body li { line-height: 125%; } @@ -181,9 +187,10 @@ table.footnote td, table.footnote th { */ body div.top-logo-header { text-align: left; - background-color: #8CAAE6; + background-color: #a2bae8; border-bottom: 8px solid #003399; - border-top: 10px solid #6487dc; + margin-top: 10px; + border-top: 1px solid #bbb; } /** |