From 45443ccfe6a6f7f5701cbb15b7ddd8a5be76e5fe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Mar 2013 14:30:14 +0100 Subject: Fix image height in popup --- chimere/static/chimere/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 41502c2..cf71c28 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -948,7 +948,7 @@ p.legend{ } .media-img{ - max-height:400px; + max-height:200px; } .media-video, -- cgit v1.2.3