From c874ea977462dc6460c4094db2e148f96091ecfb Mon Sep 17 00:00:00 2001 From: asciimoo Date: Mon, 21 Oct 2013 00:42:07 +0200 Subject: [PATCH] [enh] about page mods --- searx/static/css/style.css | 3 ++- searx/templates/about.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 31de9af..570088c 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -7,7 +7,8 @@ html { .row { max-width: 800px; margin: auto; text-align: justify; } .row h1 { font-size: 3em; margin-top: 50px; } -.row p { padding: 0 10px; } +.row p { padding: 0 10px; max-width: 700px; } +.row h3,ul { margin: 4px 8px;} .top_margin { margin-top: 40px; } diff --git a/searx/templates/about.html b/searx/templates/about.html index 7c97693..c24294d 100644 --- a/searx/templates/about.html +++ b/searx/templates/about.html @@ -4,6 +4,7 @@

About searx

searx is a meta-search engine inspired by the seeks-project.
You can add it to your browsers search bar and even make it your default search engine.
It tries to provide basic privacy by mixing your queries with queries from others while avoiding logging of queries. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For chrome users there is an exception searx is used from the search bar, it issues GET requests.

+

please add more engines to this list, pull request are welcome!

Supported engines

@@ -21,6 +22,5 @@

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

-

please add more engines to this list, pull request are welcome!

{% endblock %}