summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/index.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-06-26 14:12:35 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-06-26 14:12:35 +0200
commit7013c3dc0d5477c218f4d119b9847bb45b545e65 (patch)
tree43050639d3bd6483ca3cb38b548318a952102b39 /searx/templates/oscar/index.html
parentf496dc353d336ffe11dde161963d72366f0eee16 (diff)
downloadsearxng-7013c3dc0d5477c218f4d119b9847bb45b545e65.tar.gz
searxng-7013c3dc0d5477c218f4d119b9847bb45b545e65.zip
[fix] logo responsivity ++ preferences button hover
Diffstat (limited to 'searx/templates/oscar/index.html')
-rw-r--r--searx/templates/oscar/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/index.html b/searx/templates/oscar/index.html
index 466c2b485..b941f5f20 100644
--- a/searx/templates/oscar/index.html
+++ b/searx/templates/oscar/index.html
@@ -7,7 +7,7 @@
<h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searx_logo.png') }}" alt="searx logo"/>searx</h1>
{% else %}
<h1 class="text-hide center-block" id="main-logo">
- <img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" style="max-width: 350px"/>
+ <img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" />
searx
</h1>
{% endif %}