Bläddra i källkod

Merge pull request #52 from pointhi/styles

fix little style bug
Adam Tauber 11 år sedan
förälder
incheckning
dead837f57
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      searx/static/css/style.css
  2. 1
    1
      searx/static/less/style.less

+ 1
- 1
searx/static/css/style.css Visa fil

@@ -29,7 +29,7 @@ label.deny{background:#2ecc71;padding:4px 8px;color:#444;display:inline}
29 29
 .engine_checkbox input[type="checkbox"]:checked+label:nth-child(2)+label{display:none}
30 30
 .engine_checkbox input[type="checkbox"]:checked+label.allow{display:inline}
31 31
 a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad}
32
-.result{margin:19px 0 18px 0;padding:0;max-width:55em;clear:both}
32
+.result{margin:19px 0 18px 0;padding:0;max-width:53em;clear:both}
33 33
 .result_title{margin-bottom:0}.result_title a{color:#2980b9;font-weight:normal;font-size:1.1em}.result_title a:hover{text-decoration:underline}
34 34
 .result_title a:visited{color:#8e44ad}
35 35
 .result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0}

+ 1
- 1
searx/static/less/style.less Visa fil

@@ -201,7 +201,7 @@ a {
201 201
 .result {
202 202
 	margin: 19px 0 18px 0;
203 203
 	padding: 0;
204
-	max-width: 55em;
204
+	max-width: 53em;
205 205
 	clear: both;
206 206
 }
207 207