summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-10-16 15:49:21 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-10-16 15:49:21 -0400
commitc05a6e85325e9c2259a4d50485ecdc4baf2cae14 (patch)
treeb7697e5676630f19585751ad12587a32ee6300b5
parent3e436862d0f0c7746875cee73d7a38e5c10813a5 (diff)
[Index] Page restructuring
-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;
}