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