summaryrefslogtreecommitdiff
path: root/doc/numpy.scipy.org/_theme/scipy/static
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-05-06 08:05:05 +0000
committerPauli Virtanen <pav@iki.fi>2010-05-06 08:05:05 +0000
commit20757e2fe36792e67613e3231e10eaa109660fea (patch)
tree084b29100b7d17a416c8fd726b966f5b30891dff /doc/numpy.scipy.org/_theme/scipy/static
parentf9eb8537984c12ee67657b008cdba74736538052 (diff)
downloadnumpy-20757e2fe36792e67613e3231e10eaa109660fea.tar.gz
numpy.scipy.org: add license information (#1478), tidy up CSS
Diffstat (limited to 'doc/numpy.scipy.org/_theme/scipy/static')
-rw-r--r--doc/numpy.scipy.org/_theme/scipy/static/scipy.css11
1 files changed, 9 insertions, 2 deletions
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;
}
/**