From 432ee0949cc8b03734ab82f14ad390d02efd31e1 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 12 Sep 2013 11:58:34 -0500 Subject: [PATCH] tweak w/s, remove display:block from link --- app/views/hello.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/views/hello.php b/app/views/hello.php index 80f6ead2..236c4ade 100644 --- a/app/views/hello.php +++ b/app/views/hello.php @@ -14,17 +14,16 @@ } .welcome { - width: 300px; - height: 200px; - position: absolute; - left: 50%; - top: 50%; - margin-left: -150px; - margin-top: -100px; + width: 300px; + height: 200px; + position: absolute; + left: 50%; + top: 50%; + margin-left: -150px; + margin-top: -100px; } a, a:visited { - display: block; text-decoration:none; }