1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 15:31:29 +00:00

add (disabled) function to show original article inline in the content pane

This commit is contained in:
Andrew Dolgov
2008-10-22 08:54:38 +01:00
parent e5f51ff04d
commit 4710e3dc03
5 changed files with 55 additions and 27 deletions

View File

@@ -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");