diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-17 22:51:27 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-17 22:51:27 -0400 |
| commit | 859df13e5ba9dcc693952ece60eb1d16b5388201 (patch) | |
| tree | 5e4fe50ed56a8b676d006a0623fd997ac399ba88 /template/chat.st | |
| parent | b5a74b56baed8b0ad2eed96857ba99ebcb041dca (diff) | |
| parent | f6ec036fd3614cdefe43535a8410e0b5455ae2ea (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 12 |
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()$ |
