summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 10:09:10 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 10:09:10 +0100
commit70830c87c950e9c7b4267372acaedd8d0f9b7d58 (patch)
treea26089c42e0bad6154ab6180937ab71d21585716 /tt-rss.css
parent7e63d5e429d107234457689552c18e233baae286 (diff)
optional support for showing content in an iframe
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 7 insertions, 1 deletions
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%;
+}