From 11a37855c5c5aa1c0d1bde302d2592cec3f6ec25 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 28 Jan 2015 03:35:01 +0100 Subject: [PATCH] fixed css image error. 2nd try --- static/css/style-global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style-global.css b/static/css/style-global.css index 6063cb3..1a7f377 100644 --- a/static/css/style-global.css +++ b/static/css/style-global.css @@ -202,7 +202,7 @@ { position: relative !important; max-width: 100%; - max-height: auto; + max-height: auto !important; width: auto !important; display: block; margin-left: auto;