소스 검색

[enh] smaller search form @ results page

asciimoo 11 년 전
부모
커밋
247c9144f2
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    0
      searx/static/css/style.css
  2. 3
    1
      searx/templates/results.html

+ 2
- 0
searx/static/css/style.css 파일 보기

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

+ 3
- 1
searx/templates/results.html 파일 보기

@@ -1,6 +1,8 @@
1 1
 {% extends "base.html" %}
2 2
 {% block content %}
3
-{% include 'search.html' %}
3
+<div class="small">
4
+    {% include 'search.html' %}
5
+</div>
4 6
 <div id="results">
5 7
     {% for result in results %}
6 8
         <div class="result">