summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:27 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-17 22:51:27 -0400
commit859df13e5ba9dcc693952ece60eb1d16b5388201 (patch)
tree5e4fe50ed56a8b676d006a0623fd997ac399ba88 /template/chat.st
parentb5a74b56baed8b0ad2eed96857ba99ebcb041dca (diff)
parentf6ec036fd3614cdefe43535a8410e0b5455ae2ea (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st12
1 files changed, 2 insertions, 10 deletions
diff --git a/template/chat.st b/template/chat.st
index 5ad8113..f44c383 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -2,7 +2,7 @@
<head>
<title>dump.fm</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/pichat.css">
+ <link rel="stylesheet" type="text/css" href="/static/dump.css">
<script type="text/javascript" src="/static/webcam/webcam.js"></script>
<script type="text/javascript" src="/static/js/tooltip.js"></script>
<script>
@@ -29,16 +29,8 @@ function pop(url)
{
newwindow=window.open(url,'name','height=50,width=400,left=20,top=20,location=0,status=0,scrollbar=0,resizable=0');
if (window.focus) {newwindow.focus()}
-}
-
+}
</script>
- <style>
- #topic {
- z-index: 5000;
- display: inline;
- background-color: white;
- }
- </style>
</head>
<body onload="MM_preloadImages('/static/thumbs_up_sm.gif')">
$banner()$