diff options
Diffstat (limited to 'template/rooms/VIP.st')
| -rwxr-xr-x | template/rooms/VIP.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index 64511da..a76427a 100755 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -17,7 +17,7 @@ <html> <head> $head()$ - <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> + <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260131"> <title>$roomname$ dump.fm</title> <script type="text/javascript" src="/static/js/invalid_domains.js"></script> @@ -98,9 +98,9 @@ $footer()$ </div> $preload()$ - <div id="vipinfo" style="position: absolute; z-index: 100000; right: 50; bottom: 125; background: white; padding: 10px; opacity: .75;"> - <h1>Welcome to the cool club</h1> - <ul> + <div id="vipinfo"> + <h1>Welcome to the cool club</h1> + <ul> <li><a href="$domain$/roomlist">Rooms</a></li> <li><a href="$domain$/users">New Users</a></li> <li><a href="$domain$/users/lastlog">Last seen users</a></li> |
