Browse Source

[fix] image width

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

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

@@ -84,5 +84,5 @@ a { text-decoration: none; }
 
 .invisible { display: none; }
 
-.image_result { float: left; max-width: 250px; margin: 10px; height: 350px; min-width: 250px; }
+.image_result { float: left; max-width: 250px; margin: 10px; height: 380px; min-width: 250px; }
 .image_result img { max-width: 240px; max-height: 320px; border: 2px solid #000000; }