diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-19 19:55:43 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-19 19:55:43 +0200 |
| commit | 247c9144f20572be29aa8f0911dd1aa1824007b1 (patch) | |
| tree | d7d6cd7c3beb542aa64692f6b4d0707a992de5d6 /searx/templates | |
| parent | a8736f071350a08a5e66a9886dbf2c170148b53b (diff) | |
[enh] smaller search form @ results page
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/results.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/templates/results.html b/searx/templates/results.html index 192627ea3..287f71477 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} -{% include 'search.html' %} +<div class="small"> + {% include 'search.html' %} +</div> <div id="results"> {% for result in results %} <div class="result"> |