summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-11 21:28:31 +0300
committerAndrew Dolgov <[email protected]>2015-07-11 21:28:31 +0300
commitb9bd7ec55532d35c5a8f125ee001c08afb19c91c (patch)
tree8914fea6e9dee617a12834735bbc56014c131d98 /css
parentdae36971ae218f27af4b34946cf9fb9fcb490c8d (diff)
cap iframes width
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css1
-rw-r--r--css/tt-rss.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 516242bdb..0af07076f 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 97f787c81..38c255950 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 {