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