diff options
Diffstat (limited to 'template/cal.st')
| -rw-r--r-- | template/cal.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/cal.st b/template/cal.st index 20781ea..b2e9a74 100644 --- a/template/cal.st +++ b/template/cal.st @@ -4,10 +4,10 @@ </head> -<body onload='window.focus();' class="profile"> $banner()$ +<body onload='window.focus();' class="profile" style="margin:0px;"> $banner()$ <div id="chatrap"><div id="dcontent"><div id="messagePane"> -<iframe src="http://dump.fm/static/cal.html" width="100%"height="100%"></iframe></div></div></div> +<iframe src="http://dump.fm/static/cal.html" width="99%"height="99%"style="border:7px inset #ccc;margin:0px;"></iframe></div></div></div> <div id="footerc"> $footer()$ </div> |
