summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-10-22 08:54:38 +0100
committerAndrew Dolgov <[email protected]>2008-10-22 08:54:38 +0100
commit4710e3dc03ca8e03640d06fe0e2f0d28d31da32c (patch)
tree1071516f8744583ed102634e5ccf269600988ec3 /tt-rss.css
parente5f51ff04d4cb6d04501ff080df99acd0332b627 (diff)
add (disabled) function to show original article inline in the content pane
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5b5d40292..129a8446f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -316,31 +316,6 @@ div.expPane {
margin : 15px;
}
-iframe {
- border : 0px solid white;
-}
-
-iframe.feedsFrameWithActions {
- width : 100%;
- height : 90%;
- margin : 0px;
- padding : 0px;
-}
-
-iframe.feedsFrame {
- width : 100%;
- height : 100%;
- margin : 0px;
- padding : 0px;
-}
-
-iframe.contentFrame, iframe.headlinesFrame {
- width : 100%;
- padding : 0px;
- margin : 0px;
- height : 100%;
-}
-
/*.button {
border : 1px solid #d0d0d0;
background-image : url("images/button.png");