From: Andrew Dolgov Date: Sat, 11 Jul 2015 18:28:31 +0000 (+0300) Subject: cap iframes width X-Git-Tag: 16.3~232^2~18^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b9bd7ec55532d35c5a8f125ee001c08afb19c91c;p=tt-rss.git cap iframes width --- diff --git a/css/cdm.css b/css/cdm.css index 516242bd..0af07076 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -264,6 +264,7 @@ div.cdmContentInner p { div.cdmContentInner iframe { min-width : 50%; + max-width : 98%; } div.cdmHeader span.author { diff --git a/css/tt-rss.css b/css/tt-rss.css index 97f787c8..38c25595 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1012,6 +1012,7 @@ div.postContent p { div.postContent iframe { min-width : 50%; + max-width : 98%; } div.postHeader span.author {