1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-06 13:30:51 +02:00
ttrss/plugins/embed_original/init.css

14 lines
236 B
CSS
Raw Normal View History

2013-03-21 13:36:48 +01:00
div.cdmContentInner iframe.embeddedContent {
overflow : hidden;
width : 100%;
2013-03-21 13:39:57 +01:00
height : 600px;
2013-03-21 13:36:48 +01:00
border-width : 0px;
}
div.postContent iframe.embeddedContent {
overflow : hidden;
width : 100%;
height : 100%;
border-width : 0px;
}