diff options
author | mattip <matti.picus@gmail.com> | 2020-08-12 19:01:08 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-08-14 09:19:09 +0300 |
commit | 3166c0d7646efe9d43cb7b363e58db2cf941a5e6 (patch) | |
tree | 926c5aefc29356623af5c265611272d7673d3d49 /doc/source/_templates | |
parent | 986e533f72c91f8a356c499c2e499c2894c94235 (diff) | |
download | numpy-3166c0d7646efe9d43cb7b363e58db2cf941a5e6.tar.gz |
DOC: first step toward switching themes
Diffstat (limited to 'doc/source/_templates')
-rw-r--r-- | doc/source/_templates/layout.html | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html index 1f8ec518f..a90cad8f6 100644 --- a/doc/source/_templates/layout.html +++ b/doc/source/_templates/layout.html @@ -2,38 +2,16 @@ {%- block extrahead %} <style> - .main { - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; - } - div.top-scipy-org-logo-header { - background-color: #fafafa; - border-bottom: 2px solid #013243; /* Warm Black */ - margin-top: 0; - box-shadow: none; - } - div.top-scipy-org-logo-header img { - height: 100px; - padding-left: 27px; - } - div.spc-navbar .nav-pills > li > a { - background-color: #4d77cf; /* Han Blue */ - } +.navbar-brand img { + height: 75px; +} +.navbar-brand { + height: 75px; +} </style> {{ super() }} {% endblock %} -{%- block header %} -<div class="container"> - <div class="top-scipy-org-logo-header"> - <a href="{{ pathto('index') }}"> - <img border=0 alt="NumPy" src="{{ pathto('_static/numpylogo.svg', 1) }}"> - </a> - </div> -</div> - -{% endblock %} {% block rootrellink %} {% if pagename != 'index' %} <li class="active"><a href="{{ pathto('index') }}">{{ shorttitle|e }}</a></li> |