From eae3689b35652487dc0f8ace09dcf5ac32f7e0f3 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Wed, 4 Feb 2015 15:10:44 +0000 Subject: [PATCH] Remove inline styling, add class to link Doing so negates the need inline styling, as Bootstrap has a `btn-link` class which works with grouped buttons. --- resources/views/auth/login.blade.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 344cdbd7..11a4b594 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -47,11 +47,9 @@