summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index c67fcdbb..894565f8 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -309,9 +309,13 @@
<div id="logout">
<div class="scroll">
<h1>LOGOUT</h1>
- <span class="msg">
- You are now logged out.
- </span>
+ <div class="container">
+ <div class="container-fill">
+ <span class="container-message msg">
+ You are now logged out.
+ </span>
+ </div>
+ </div>
</div>
</div>