From 5b35c25e227b2b0f3a0e7df1898631de00f56870 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Fri, 5 Aug 2016 09:17:06 +0200
Subject: [PATCH] Ergebnisbilder skalieren nun proportional

---
 public/css/styleResultPage.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css
index 75f040e5d..ecd04b229 100644
--- a/public/css/styleResultPage.css
+++ b/public/css/styleResultPage.css
@@ -330,6 +330,10 @@ a:hover
 .result .description img {
 	margin:5px;
 	margin-left:0;
+	height:auto;
+	width:auto;
+	max-width: 120px;
+	max-height:200px
 }
 
 .result.ad .description {
@@ -461,4 +465,4 @@ footer a{
 
 .pager{
 	text-align:center;
-}
\ No newline at end of file
+}
-- 
GitLab