mirror of
https://github.com/searxng/searxng.git
synced 2024-11-08 19:29:40 +00:00
[enh][mod] ui changes
This commit is contained in:
parent
b9cdad9178
commit
565db911a4
3 changed files with 4 additions and 3 deletions
|
@ -12,8 +12,6 @@ input { border: 2px solid #666666; color: #444444; padding: 8px; background-col
|
|||
|
||||
a { text-decoration: none; }
|
||||
|
||||
#container { position: relative;}
|
||||
|
||||
.result_title { margin-bottom: 0; }
|
||||
|
||||
.result p { margin-top: 0; padding-top: 0; font-size: 0.8em; max-width: 50em; }
|
||||
|
|
|
@ -5,11 +5,13 @@
|
|||
<meta http-equiv="content-language" content="en" />
|
||||
<meta name="description" content="Searx - a hackable metasearch engine respecting privacy" />
|
||||
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
|
||||
<link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
|
||||
<title>searx {% block title %}{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
||||
{% block styles %}
|
||||
{% endblock %}
|
||||
{% block head %}
|
||||
<link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block head %} {% endblock %}
|
||||
{% block content %}
|
||||
<div class="right">
|
||||
<a href="/" title="searx" class="site_link">searx</a> | Number of results: {{ number_of_results }}
|
||||
|
|
Loading…
Reference in a new issue