diff --git a/searx/static/css/style.css b/searx/static/css/style.css index e2d8486e..0b87444e 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -19,8 +19,8 @@ html { h1 { font-size: 5em; } -h1.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; } -h1.title div { visibility: hidden; } +div.title { background: url('/static/img/searx.png') no-repeat; width: 100%; background-position: center; } +div.title h1 { visibility: hidden; } input[type="submit"] { border: 1px solid #666666; color: #444444; padding: 4px; background-color: #FFFFFF; margin-left: 8px; } diff --git a/searx/templates/base.html b/searx/templates/base.html index c98418fc..c7b55bed 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -1,6 +1,7 @@ + {% block title %}{% endblock %}searx diff --git a/searx/templates/index.html b/searx/templates/index.html index af9fc094..4d13b77e 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -2,7 +2,7 @@ {% block content %} {% include 'github_ribbon.html' %}
-

searx

+

searx

{% include 'search.html' %}

about diff --git a/searx/templates/search.html b/searx/templates/search.html index 1b010392..aaff3c95 100644 --- a/searx/templates/search.html +++ b/searx/templates/search.html @@ -6,7 +6,7 @@

{% for category in categories %}
- +
{% endfor %}