Browse Source

tweak w/s, remove display:block from link

Colin Viebrock 11 years ago
parent
commit
432ee0949c
1 changed files with 7 additions and 8 deletions
  1. 7 8
      app/views/hello.php

+ 7 - 8
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;
         }