From a6cb04aadbcd456097ceb6b618664ac52e3b690f Mon Sep 17 00:00:00 2001
From: danielgrippi <danielgrippi@gmail.com>
Date: Mon, 27 Jun 2011 19:38:14 -0700
Subject: [PATCH] wider!

---
 app/views/contacts/index.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/contacts/index.html.haml b/app/views/contacts/index.html.haml
index 9f3f58764a..b971be5ef7 100644
--- a/app/views/contacts/index.html.haml
+++ b/app/views/contacts/index.html.haml
@@ -41,7 +41,7 @@
               = @only_sharing_count
             = t('.only_sharing_with_me')
 
-.span-15
+.span-18.last
   #people_stream.stream.contacts
     - if @contacts.size > 0
       - for contact in @contacts
-- 
GitLab