summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 16:50:27 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 16:50:27 +0400
commit922bfe736ff987a85a2fd5e9d943b69cbc067063 (patch)
tree3a618c4856fb468fabd9215d0de62fd707bd9384
parent3873151bcb9fb24d45c5998f743507064642c62c (diff)
force minimum iframe width
-rw-r--r--cdm.css4
-rw-r--r--tt-rss.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index b793ee058..021135dfc 100644
--- a/cdm.css
+++ b/cdm.css
@@ -155,3 +155,7 @@ div.cdmContentInner p {
.Unread div.cdmHeader {
font-weight : bold;
}
+
+div.cdmContentInner iframe {
+ min-width : 50%;
+}
diff --git a/tt-rss.css b/tt-rss.css
index 99cd9958b..a6c511967 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1193,3 +1193,7 @@ div.postContent p {
.Unread div.hlTitle {
font-weight : bold;
}
+
+div.postContent iframe {
+ min-width : 50%;
+}