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

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