logo

searx

My custom branche(s) on searx, a meta-search engine
commit: e2c099088dcd4e70b8b60189a3f41a8498c3cb8c
parent: dbf1049c7934ff91b62c83c684ae5b320295cd49
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 22 Oct 2013 23:43:28 +0200

[fix] image width

Diffstat:

Msearx/static/css/style.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }