mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add logo to docsite.
This commit is contained in:
parent
4b80156267
commit
d04649fabb
3 changed files with 8 additions and 7 deletions
|
@ -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…
Reference in a new issue