Browse Source

fix little style bug

Thomas Pointhuber 11 years ago
parent
commit
f159fc718f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      searx/static/css/style.css
  2. 1
    1
      searx/static/less/style.less

+ 1
- 1
searx/static/css/style.css View File

29
 .engine_checkbox input[type="checkbox"]:checked+label:nth-child(2)+label{display:none}
29
 .engine_checkbox input[type="checkbox"]:checked+label:nth-child(2)+label{display:none}
30
 .engine_checkbox input[type="checkbox"]:checked+label.allow{display:inline}
30
 .engine_checkbox input[type="checkbox"]:checked+label.allow{display:inline}
31
 a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad}
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
 .result_title{margin-bottom:0}.result_title a{color:#2980b9;font-weight:normal;font-size:1.1em}.result_title a:hover{text-decoration:underline}
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
 .result_title a:visited{color:#8e44ad}
34
 .result_title a:visited{color:#8e44ad}
35
 .result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0}
35
 .result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0}

+ 1
- 1
searx/static/less/style.less View File

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