summaryrefslogtreecommitdiff
path: root/searx/templates/index.html
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-22 21:31:56 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-22 21:31:56 +0200
commit650d57fba74c9b6f77241490ba8cda824173602d (patch)
treebdec107e35554318c291bf2c792aee97791a5e8e /searx/templates/index.html
parent831add33f07339701c0851c8a3591a438ec33033 (diff)
[enh] about page update
Diffstat (limited to 'searx/templates/index.html')
-rw-r--r--searx/templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<h1 class="title">searx</h1>
{% include 'search.html' %}
<p class="top_margin">
- <a href="/about">about</a>
+ <a href="/about" class="hmarg">about</a>
</p>
</div>
{% endblock %}