summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html10
-rw-r--r--styles/home/base.css2
2 files changed, 5 insertions, 7 deletions
diff --git a/index.html b/index.html
index 93da590..519d1dc 100644
--- a/index.html
+++ b/index.html
@@ -38,10 +38,6 @@
<button id="conn" onclick="connect()">Connect</button>
- <div id="prev" class="prev">
-
- </div>
-
<div id="themes">
</div>
<div>
@@ -49,10 +45,14 @@
<button onclick="remTheme()" style="margin-left: 2px;">Remove Theme</button>
</div>
+ <div id="prev" class="prev">
+
+ </div>
+
<div style="color: red;">This site uses cookies to store themes and previous servers. That is all.</div>
<div>You may choose to submit user generated data over this site (Such as player name or text chat). This site stores none of that data. Please check with the server owner for privacy policy and/or any legal issue.</div>
- <a style="border: none; padding: 0; display: contents; margin: 0;" href="http://vanilla-js.com/"><img src="images/vanilla.png"></a>
+ <a style="border: none; padding: 0; display: contents; margin: 0;" href="http://vanilla-js.com/"><img style="margin-top: 10px;" src="images/vanilla.png"></a>
</div>
diff --git a/styles/home/base.css b/styles/home/base.css
index 3c8e321..87dcddd 100644
--- a/styles/home/base.css
+++ b/styles/home/base.css
@@ -53,8 +53,6 @@ a, button {
transition-duration: 0.2s;
text-decoration: none;
-
- margin-top: 10px;
}