summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 15:23:57 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 15:23:57 +0300
commitb49bb441f4fc722911794e80366d37df626a5613 (patch)
treef138a20ac0a4ff900b0f30997a988fe67c6d905d /css
parent0a32d3f029cc4d701327fb48d61af664a93dfdcf (diff)
fix maximum width of images in cdmIntermediate
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 91946bfcd..777a5bee0 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;