]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Restore the grey border around the user image on the profile page
[rails.git] / app / assets / stylesheets / common.scss
index 644517ff2175fbac05db4b5718fdc8859f62af6d..67f7be123568d9b07b71a638b6c8c4dea612ae18 100644 (file)
@@ -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;