diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 644517ff2..67f7be123 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1445,6 +1445,12 @@ img.user_image { margin-right: $lineheight; } +img.user_image_no_margins { + max-width: 100px; + max-height: 100px; + border: 1px solid $grey; +} + img.user_thumbnail { max-width: 50px; max-height: 50px; diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 3943a2d02..5aaeabb23 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -1,7 +1,7 @@ <% content_for :heading do %>