summaryrefslogtreecommitdiff
path: root/cdm.css
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 /cdm.css
parent3873151bcb9fb24d45c5998f743507064642c62c (diff)
force minimum iframe width
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css4
1 files changed, 4 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%;
+}