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