From f6fdd72cf83cba1d583e5c892cab08b6fa48efa2 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 26 Nov 2014 16:49:56 -0500 Subject: [PATCH] fixed sign in form to use correct size for anonymous user image --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6fb092b2..9d9e1abe 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -811,6 +811,7 @@ li.accountInvite span { } .accountImage { background-image: url(user.png); + background-size: 84px 84px; background-repeat: no-repeat; height:84px; width:84px;