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