diff options
| -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 0d453d8..bfef310 100755 --- a/template/chat.st +++ b/template/chat.st @@ -15,8 +15,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> @@ -26,6 +24,13 @@ }); } </script> + <style> + #topic { + z-index: 5000; + display: inline; + background-color: white; + } + </style> </head> <body onload="MM_preloadImages('/static/thumbs_up_sm.gif')"> $banner()$ @@ -50,8 +55,7 @@ <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;"> |
