]> git.wh0rd.org - tt-rss.git/blob - plugins/embed_original/init.css
minor css fixes (mostly for zoom mode)
[tt-rss.git] / plugins / embed_original / init.css
1 div.cdmContentInner iframe.embeddedContent {
2 overflow : auto;
3 width : 100%;
4 height : 600px;
5 border-width : 0px;
6 }
7
8 div.postContent iframe.embeddedContent {
9 overflow : auto;
10 width : 100%;
11 height : 100%;
12 border-width : 0px;
13 }