diff options
| author | sostler <sbostler@gmail.com> | 2010-03-16 08:21:48 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-16 08:21:48 -0400 |
| commit | 6ca298ac919071d2dd7b31f6a7f8f6ec528803c9 (patch) | |
| tree | 30a9b1cb6d732d4b858adc767ec627585614f3a0 /template/chat.st | |
| parent | 0a9c5c4df26f3d8a9a322e6696667fab4be6676c (diff) | |
| parent | d5c626666add9443dd72497b56ae7472f3d810db (diff) | |
Merged
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/template/chat.st b/template/chat.st index 9dc7d3a..5ad8113 100755 --- a/template/chat.st +++ b/template/chat.st @@ -16,8 +16,6 @@ var IsAdmin = false; $endif$ </script> - <script type="text/javascript"> -</script> <script src="/static/away.js"></script> <script src="/static/js/ajaxupload.js"></script> <script> @@ -34,6 +32,13 @@ function pop(url) } </script> + <style> + #topic { + z-index: 5000; + display: inline; + background-color: white; + } + </style> </head> <body onload="MM_preloadImages('/static/thumbs_up_sm.gif')"> $banner()$ @@ -58,8 +63,7 @@ function pop(url) <div class="msgDiv oldmsg" id="message-$m.message_id$"><b> <a href="/u/$m.nick$">$m.nick$</a>: </b> - <span class="content">$m.content$ -</a><span> + <span class="content">$m.content$<span> <div id="faving" style="display:none;"> |
