]> git.wh0rd.org Git - tt-rss.git/commitdiff
force minimum iframe width
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Mar 2013 12:50:27 +0000 (16:50 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Mar 2013 12:50:27 +0000 (16:50 +0400)
cdm.css
tt-rss.css

diff --git a/cdm.css b/cdm.css
index b793ee058a8c842c9daaedde6414552525e7c67e..021135dfce51452e59ac50b72803fd5cf191270a 100644 (file)
--- 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%;
+}
index 99cd9958bf24d6ef894e2002b8702ffa50f2c2be..a6c511967190f354ebe07a8b4709f2cd09e5e3af 100644 (file)
@@ -1193,3 +1193,7 @@ div.postContent p {
 .Unread div.hlTitle {
        font-weight : bold;
 }
+
+div.postContent iframe {
+       min-width : 50%;
+}