summaryrefslogtreecommitdiff
path: root/searx/static/css
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-22 23:43:28 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-22 23:43:28 +0200
commite2c099088dcd4e70b8b60189a3f41a8498c3cb8c (patch)
treeb042f283cf8ddd69d71156e62f1c310b7282f2b7 /searx/static/css
parentdbf1049c7934ff91b62c83c684ae5b320295cd49 (diff)
downloadsearxng-e2c099088dcd4e70b8b60189a3f41a8498c3cb8c.tar.gz
searxng-e2c099088dcd4e70b8b60189a3f41a8498c3cb8c.zip
[fix] image width
Diffstat (limited to 'searx/static/css')
-rw-r--r--searx/static/css/style.css2
1 files changed, 1 insertions, 1 deletions
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; }