From 87a3400adf5308bf1846c6919c935c27156b602c Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 18:47:28 +0100 Subject: [PATCH 1/3] removing extra bottom line --- docs/_templates/sidebarintro.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index ed0d532c2..1eed8bc81 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -12,6 +12,9 @@ width: 100%; height: 1.5em } +.algolia-autocomplete a{ + border-bottom: none; +} #doc_search{ width: 100%; height: 100%; From 1d3dfa6183c123132f6b1f6b3267e70664368db0 Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 18:51:25 +0100 Subject: [PATCH 2/3] override --- docs/_templates/sidebarintro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 1eed8bc81..f4d9088f4 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -13,7 +13,7 @@ height: 1.5em } .algolia-autocomplete a{ - border-bottom: none; + border-bottom: none !important; } #doc_search{ width: 100%; From 126c1594e886e4757627a40633f43aaa49bffc6f Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 20:39:23 +0100 Subject: [PATCH 3/3] Search the Guide --- docs/_templates/sidebarintro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index f4d9088f4..17527253f 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -20,7 +20,7 @@ height: 100%; } - +