summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2014-01-24 11:18:48 -0500
committerMichael DeHaan <michael@ansibleworks.com>2014-01-24 11:18:48 -0500
commit6a2720259a65cb40693a4132873129fc5eb6f6e4 (patch)
treed57af99590086470d4bc3fdd27fa4c58189aa24c /docsite
parentd04649fabbc998c649c130a4d281fe3a38faf6b5 (diff)
downloadansible-6a2720259a65cb40693a4132873129fc5eb6f6e4.tar.gz
Tweak background color.
Diffstat (limited to 'docsite')
-rw-r--r--docsite/_themes/srtd/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/_themes/srtd/layout.html b/docsite/_themes/srtd/layout.html
index e23533c452..56b350223b 100644
--- a/docsite/_themes/srtd/layout.html
+++ b/docsite/_themes/srtd/layout.html
@@ -128,9 +128,9 @@
{# SIDE NAV, TOGGLES ON MOBILE #}
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
- <div class="wy-side-nav-search">
+ <div class="wy-side-nav-search" style="background-color:#64C5C7">
<!-- <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/>
+ <a href="{{ pathto(master_doc) }}"><img src="http://cdn2.hubspot.net/hub/330046/file-445792629-png/ANSI_logotype_web_white.png" style="background-color:#64C5C7;width:214px;height:26px"></a><br/>
{% include "searchbox.html" %}
</div>