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

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