浏览代码

[enh] about page update

asciimoo 11 年前
父节点
当前提交
650d57fba7
共有 3 个文件被更改,包括 6 次插入2 次删除
  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 查看文件

@@ -10,7 +10,9 @@ html {
10 10
 .row p { padding: 0 10px; max-width: 700px; }
11 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 17
 .center { text-align: center; }
16 18
 

+ 2
- 0
searx/templates/about.html 查看文件

@@ -20,6 +20,8 @@
20 20
     </ul>
21 21
 {% endfor %}
22 22
 
23
+<h2><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Running instances</a></h2>
24
+
23 25
 <h2>FAQ</h2>
24 26
 <h3>Trust</h3>
25 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 查看文件

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