From e5318cac296a1778626fa1f422f36f9d0ea6c443 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 12 Sep 2013 11:52:16 -0500 Subject: [PATCH 1/3] Clean up CSS on default view --- app/views/hello.php | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/app/views/hello.php b/app/views/hello.php index 065a0a8a..80f6ead2 100644 --- a/app/views/hello.php +++ b/app/views/hello.php @@ -4,7 +4,7 @@ Laravel PHP Framework From 432ee0949cc8b03734ab82f14ad390d02efd31e1 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 12 Sep 2013 11:58:34 -0500 Subject: [PATCH 2/3] 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; } From 8f411bf56dc1d76fc960a9027e03a374fae52476 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 12 Sep 2013 12:00:12 -0500 Subject: [PATCH 3/3] convert indentation to tabs, like every other file in Laravel :) --- app/views/hello.php | 62 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/app/views/hello.php b/app/views/hello.php index 236c4ade..d8b85b85 100644 --- a/app/views/hello.php +++ b/app/views/hello.php @@ -1,42 +1,42 @@ - - Laravel PHP Framework - + h1 { + font-size: 32px; + margin: 16px 0 0 0; + } + -
- -

You have arrived.

-
+
+ +

You have arrived.

+