diff --git a/src/html/welcome.html b/src/html/welcome.html
index e1564a7..0e43cc5 100644
--- a/src/html/welcome.html
+++ b/src/html/welcome.html
@@ -25,6 +25,15 @@
This is still very beta
+
+
diff --git a/src/stylus/setupPage.styl b/src/stylus/setupPage.styl
index c24375e..9cb4513 100644
--- a/src/stylus/setupPage.styl
+++ b/src/stylus/setupPage.styl
@@ -79,15 +79,12 @@ for fw, w in font-weights
.material-icons
margin-right: 7px
+.shields
+ float: left;
.links_bottom
display: inline-block;
margin: 1%
-
-
-a
- background-color: #252526;
- color: white;
padding-top: 1em;
padding-bottom: 1em;
text-decoration: none;
@@ -95,14 +92,18 @@ a
width: 100%;
table-layout: fixed;
border-collapse: collapse;
- text-align: center
border: 1px solid #4e4e4e
+ background-color: #252526;
+ color: white;
+ text-align: center
+
+a
+ display: inline-block;
a:hover
background-color: #d3d3d3;
color: black
-
a:active
box-shadow: none;
top: 5px;