Merge pull request #3348 from Elberet/patch-1

Remove white corners from avatars
This commit is contained in:
Régis Hanol 2015-04-08 11:27:55 +02:00
commit ea87212104

View File

@ -163,6 +163,7 @@ body {
.avatar-wrapper {
background-color: $secondary;
display: inline-block;
border-radius: 50%;
}
.profiler-results.profiler-left {