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