From 574e99c4de2e6a42a25bd2c984e729110a9efdd0 Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Sun, 26 Jul 2020 20:31:57 -0700 Subject: [PATCH] reduce space between title and url in infobox header --- searx/templates/oscar/infobox.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index 6ae7965b6..9eeea2bfe 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -1,8 +1,10 @@ {% from 'oscar/macros.html' import result_link with context %}
{{- "" -}} -

{{ infobox.infobox }}

{{- "" -}} - {% for u in infobox.urls %}{% if u.official %} {{ u.domain }}{% endif %}{% endfor %} +
+

{{ infobox.infobox }}

{{- "" -}} + {% for u in infobox.urls %}{% if u.official %} {{ u.domain }}{% endif %}{% endfor %} +
{% if infobox.img_src %}{% endif %}