[enh] smaller search form @ results page

This commit is contained in:
asciimoo 2013-10-19 19:55:43 +02:00
parent a8736f0713
commit 247c9144f2
2 changed files with 5 additions and 1 deletions

View file

@ -23,3 +23,5 @@ a { text-decoration: none; }
.q { width: 30em; }
.engines { color: #888888; }
.small p { margin: 2px 0; }

View file

@ -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">