diff options
Diffstat (limited to 'template/rooms')
| -rw-r--r-- | template/rooms/VIP.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index 54bf72a..9281203 100644 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -119,7 +119,7 @@ $footer()$ </div> $preload()$ - <div id="vipinfo" style="position: absolute; z-index: 100000; right: 50; bottom: 75;"> + <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> <li><a href="/roomlist">Rooms</a></li> |
