From 650d57fba74c9b6f77241490ba8cda824173602d Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 22 Oct 2013 21:31:56 +0200 Subject: [PATCH] [enh] about page update --- searx/static/css/style.css | 4 +++- searx/templates/about.html | 2 ++ searx/templates/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 570088c79..7c8ba5819 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -10,7 +10,9 @@ html { .row p { padding: 0 10px; max-width: 700px; } .row h3,ul { margin: 4px 8px;} -.top_margin { margin-top: 40px; } +.hmarg { margin: 0 20px; } + +.top_margin { margin-top: 60px; } .center { text-align: center; } diff --git a/searx/templates/about.html b/searx/templates/about.html index af5f85418..5ebb98be0 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -20,6 +20,8 @@ {% endfor %} +

Running instances

+

FAQ

Trust

It's ok if you don't trust us regarding the logs, take the code and run it yourself for your friends! decentralize!

diff --git a/searx/templates/index.html b/searx/templates/index.html index ce0ff8e44..8da2ef942 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -5,7 +5,7 @@

searx

{% include 'search.html' %}

- about + about

{% endblock %}