From 70830c87c950e9c7b4267372acaedd8d0f9b7d58 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Sep 2005 10:09:10 +0100 Subject: optional support for showing content in an iframe --- tt-rss.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index f2c15c64c..3c3dae031 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -375,4 +375,10 @@ div.expPane { margin : 15px; } - +iframe.contentFrame { + width : 100%; + border-width : 0px; + padding : 0px; + margin : 0px; + height : 100%; +} -- cgit v1.2.3