# HG changeset patch # User bsw # Date 1535618796 -7200 # Node ID e1a565a051d82ef298b23d4e242b807306f8334f # Parent 22cf6b9b0698856a44f71d561607f2838c65c94b No whitespace before photo in profile diff -r 22cf6b9b0698 -r e1a565a051d8 app/main/_layout/default.html --- a/app/main/_layout/default.html Thu Aug 30 10:45:01 2018 +0200 +++ b/app/main/_layout/default.html Thu Aug 30 10:46:36 2018 +0200 @@ -683,6 +683,9 @@ text-transform: uppercase; font-size: 80%; } +div.form .member_photo .member_image.member_image_photo { + margin-top: 0; +}