Add logo to docsite.

pull/5729/merge
Michael DeHaan 11 years ago
parent 4b80156267
commit d04649fabb

@ -6,9 +6,9 @@ all: clean docs
docs: clean modules staticmin docs: clean modules staticmin
./build-site.py ./build-site.py
cp *.ico htmlout/ -(cp *.ico htmlout/)
cp *.jpg htmlout/ -(cp *.jpg htmlout/)
cp *.png htmlout/ -(cp *.png htmlout/)
viewdocs: clean staticmin viewdocs: clean staticmin
./build-site.py view ./build-site.py view

@ -129,7 +129,8 @@
{# SIDE NAV, TOGGLES ON MOBILE #} {# SIDE NAV, TOGGLES ON MOBILE #}
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> <nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search"> <div class="wy-side-nav-search">
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}</a> <!-- <a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}</a> -->
<a href="{{ pathto(master_doc) }}"><img src="http://cdn2.hubspot.net/hub/330046/file-445792629-png/ANSI_logotype_web_white.png" style="width:214px;height:26px"></a><br/>
{% include "searchbox.html" %} {% include "searchbox.html" %}
</div> </div>

@ -3938,11 +3938,11 @@ pre.literal-block {
.wy-side-nav-search img { .wy-side-nav-search img {
display: block; display: block;
margin: auto auto 0.809em auto; margin: auto auto 0.809em auto;
height: 45px; height: 214px;
width: 45px; width: 26px;
background-color: #2980b9; background-color: #2980b9;
padding: 5px; padding: 5px;
border-radius: 100%; /* border-radius: 100%; */
} }
.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a { .wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {

Loading…
Cancel
Save