This topic is locked

Iframe marginwidth via style.css

8/2/2012 2:15:51 PM
PHPRunner General questions
M
mdorren author

...because the text come right up to the frame and looks unsightly. I've tried putting this into include/style/default.css:
iframe {

margin-top: 20px;

margin-bottom: 20px;

margin-right: 20px;

margin-left: 20px;
-moz-border-radius: 12px;

-webkit-border-radius: 12px;

border-radius: 12px;
-moz-box-shadow: 4px 4px 14px #000;

-webkit-box-shadow: 4px 4px 14px #000;

box-shadow: 4px 4px 14px #000;
}
... but with no love. Any thoughts?
Thanks,

Marty