From 20757e2fe36792e67613e3231e10eaa109660fea Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Thu, 6 May 2010 08:05:05 +0000 Subject: numpy.scipy.org: add license information (#1478), tidy up CSS --- doc/numpy.scipy.org/_theme/scipy/index.html | 2 ++ doc/numpy.scipy.org/_theme/scipy/static/scipy.css | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/numpy.scipy.org/_theme') 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.

+

Numpy is licensed under the BSD license, + enabling reuse with few restrictions.

Getting StartedΒΆ

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; } /** -- cgit v1.2.1