Commit 432ee094 authored by Colin Viebrock's avatar Colin Viebrock

tweak w/s, remove display:block from link

parent e5318cac
...@@ -14,17 +14,16 @@ ...@@ -14,17 +14,16 @@
} }
.welcome { .welcome {
width: 300px; width: 300px;
height: 200px; height: 200px;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
margin-left: -150px; margin-left: -150px;
margin-top: -100px; margin-top: -100px;
} }
a, a:visited { a, a:visited {
display: block;
text-decoration:none; text-decoration:none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment