From 5b27cb05a8af1bcf741a3885b17fc7d03d456c5f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Apr 2013 15:45:11 +0400 Subject: [PATCH] use height : auto in cdmContentInner --- cdm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cdm.css b/cdm.css index 9893f43fc..657950140 100644 --- a/cdm.css +++ b/cdm.css @@ -60,6 +60,7 @@ div.cdmContentInner { div.cdmContentInner img { border-width : 0px; max-width : 98%; + height : auto; } div.cdmFooter {