From 70b28105e7ece847bcc9ab5808afa5293391ef33 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sat, 12 May 2012 22:56:18 -0700 Subject: [PATCH] fix a little padding and background image weirdness on ios [ci skip] --- app/assets/stylesheets/new_styles/_profile.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/new_styles/_profile.scss b/app/assets/stylesheets/new_styles/_profile.scss index 62c22d8c6..506178986 100644 --- a/app/assets/stylesheets/new_styles/_profile.scss +++ b/app/assets/stylesheets/new_styles/_profile.scss @@ -214,6 +214,10 @@ /* responsive */ @media (max-width: 767px) { + #profile { + background-size : 767px; + } + .profile-image-container { height : 100px; width : 100px; @@ -225,7 +229,7 @@ } #profile-header { - padding-bottom : 20px; + padding : 20px; } #wallpaper-upload,