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
./build-site.py
cp *.ico htmlout/
cp *.jpg htmlout/
cp *.png htmlout/
-(cp *.ico htmlout/)
-(cp *.jpg htmlout/)
-(cp *.png htmlout/)
viewdocs: clean staticmin
./build-site.py view

@ -129,7 +129,8 @@
{# SIDE NAV, TOGGLES ON MOBILE #}
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<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" %}
</div>

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

Loading…
Cancel
Save