Browse Source

[enh] ui improvements

asciimoo 11 years ago
parent
commit
c3b7ed8687
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      searx/static/css/style.css

+ 6
- 0
searx/static/css/style.css View File

@@ -9,3 +9,9 @@ html {
9 9
 h1 { font-size: 5em; }
10 10
 
11 11
 input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; }
12
+
13
+.result_title { margin-bottom: 0; }
14
+
15
+.result p { margin-top: 0; padding-top: 0;}
16
+
17
+.url { font-weight: bold; }