diff options
Diffstat (limited to 'template/3frames.st')
| -rwxr-xr-x | template/3frames.st | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/3frames.st b/template/3frames.st index 3fd00a8..ca8b8c3 100755 --- a/template/3frames.st +++ b/template/3frames.st @@ -4,12 +4,12 @@ </head> -<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$ +<body onload='window.focus();' class="profile"> $banner()$ <div id="chatrap"><div id="dcontent"><div id="messagePane"> -<iframe src="http://3fram.es/" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div> +<iframe src="http://3fram.es/" width="99%" height="99%" class="embed-frame"></iframe></div></div></div> <div id="footerc"> $footer()$ </div> -</body></html>
\ No newline at end of file +</body></html> |
