<p>In app/assets/stylesheets/common.css.scss:</p>
<pre style='color:#555'>> @@ -975,6 +999,27 @@ p#contributorGuidance {
>    display: none;
>  }
>  
> +.info-line {
> +  border-bottom:1px solid #ccc;
> +  padding:5px 0 4px 0;
> +}
> +
> +.info-line form,
> +.info-line form div {
> +  display:inline;
> +}
> +
> +.info-line .user_thumbnail {
> +  width:23px;
> +  height:23px;
> +  vertical-align:middle;
</pre>
<p>We've already got two standard sizes for user images and this is introducing a third by overriding the standard size that the <code>user_thumbnail</code> class is supposed to imply.</p>

<p>If we want to have a third size we should do the job properly and come up with three names with the corresponding helper functions and CSS classes rather than having a context specific rule like this.</p>

            <p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
              —<br>
              Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/66/files#r1347288'>view it on GitHub</a>.
            </p>
            <img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpmLWAu4oQih75mggZl1E8_n6tbYCarb8k0w4dElYxWTx.gif' height='1' width='1'>