From e2c099088dcd4e70b8b60189a3f41a8498c3cb8c Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 22 Oct 2013 23:43:28 +0200 Subject: [PATCH] [fix] image width --- searx/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 3ba2caa6c..010c220f1 100644 --- a/searx/static/css/style.css +++ b/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; }