From b49bb441f4fc722911794e80366d37df626a5613 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 15:23:57 +0300 Subject: [PATCH] fix maximum width of images in cdmIntermediate --- css/cdm.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/cdm.css b/css/cdm.css index 91946bfc..777a5bee 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -65,6 +65,8 @@ div.cdmContentInner { font-size : 16px; } +div.cdmIntermediate img, +div.cdmIntermediate video, div.cdmContentInner img, div.cdmContentInner video { border-width : 0px; -- 2.39.2