Browse Source

[enh] about page update

asciimoo 11 years ago
parent
commit
650d57fba7
3 changed files with 6 additions and 2 deletions
  1. 3
    1
      searx/static/css/style.css
  2. 2
    0
      searx/templates/about.html
  3. 1
    1
      searx/templates/index.html

+ 3
- 1
searx/static/css/style.css View File

10
 .row p { padding: 0 10px; max-width: 700px; }
10
 .row p { padding: 0 10px; max-width: 700px; }
11
 .row h3,ul { margin: 4px 8px;}
11
 .row h3,ul { margin: 4px 8px;}
12
 
12
 
13
-.top_margin { margin-top: 40px; }
13
+.hmarg { margin: 0 20px; }
14
+
15
+.top_margin { margin-top: 60px; }
14
 
16
 
15
 .center { text-align: center; }
17
 .center { text-align: center; }
16
 
18
 

+ 2
- 0
searx/templates/about.html View File

20
     </ul>
20
     </ul>
21
 {% endfor %}
21
 {% endfor %}
22
 
22
 
23
+<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running instances</a></h2>
24
+
23
 <h2>FAQ</h2>
25
 <h2>FAQ</h2>
24
 <h3>Trust</h3>
26
 <h3>Trust</h3>
25
 <p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>
27
 <p>It's ok if you don't trust us regarding the logs, <a href="https://github.com/asciimoo/searx">take the code</a> and run it yourself for your friends! decentralize!</p>

+ 1
- 1
searx/templates/index.html View File

5
     <h1 class="title">searx</h1>
5
     <h1 class="title">searx</h1>
6
     {% include 'search.html' %}
6
     {% include 'search.html' %}
7
     <p class="top_margin">
7
     <p class="top_margin">
8
-    <a href="/about">about</a>
8
+        <a href="/about" class="hmarg">about</a>
9
     </p>
9
     </p>
10
 </div>
10
 </div>
11
 {% endblock %}
11
 {% endblock %}