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