summaryrefslogtreecommitdiff
path: root/plugins/embed_original/init.css
blob: 5fb7e012ec500afe45a1b77854b1d9cd9338ec7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
div.cdmContentInner iframe.embeddedContent {
	overflow : auto;
	width : 100%;
	height : 600px;
	border-width : 0px;
}

div.postContent iframe.embeddedContent {
	overflow : auto;
	width : 100%;
	height : 100%;
	border-width : 0px;
}