From 18df25b13ea5bb0d326e35bf760bc87705d2a1a5 Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 18:28:59 +0100 Subject: [PATCH] ready to deploy --- docs/_templates/layout.html | 21 ++++++++++----------- docs/_templates/sidebarintro.html | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 150d4fc..28d39ef 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -11,17 +11,7 @@ min-width: initial; max-width: initial; } - .algolia-autocomplete{ - width: 100%; - height: 1.5em - } - #q{ - width: 100%; - height: 100%; - } - - {% if pagename == 'index' %} @@ -120,4 +110,13 @@
{% if show_copyright %}

©{{ copyright }}

{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} + + + \ No newline at end of file diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 7f725b4..692a984 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -11,7 +11,7 @@ width: 100%; height: 1.5em } -#q{ +#doc_search{ width: 100%; height: 100%; }