init.css 232 B

12345678910111213
  1. div.cdmContentInner iframe.embeddedContent {
  2. overflow : auto;
  3. width : 100%;
  4. height : 600px;
  5. border-width : 0px;
  6. }
  7. div.postContent iframe.embeddedContent {
  8. overflow : auto;
  9. width : 100%;
  10. height : 100%;
  11. border-width : 0px;
  12. }