# HG changeset patch # User Mads Kiilerich # Date 1553395234 -3600 # Node ID a44211a99d28be2fb7f1fac42ff51573343d2eba # Parent 343c76c6f741ae1ecd1dae3f2e97a66aff38576c style: fix width of anonymous icon used in changelog for users without gravatar - align it with gravatar icons diff -r 343c76c6f741 -r a44211a99d28 kallithea/front-end/style.less --- a/kallithea/front-end/style.less Sun Mar 24 03:40:34 2019 +0100 +++ b/kallithea/front-end/style.less Sun Mar 24 03:40:34 2019 +0100 @@ -856,6 +856,9 @@ .hidden; } } + > .icon-user::before { + margin: 0; + } } .hash { .small;