Remove white corners from avatars

See https://meta.discourse.org/t/round-avatars-in-topic-list/27098/103?u=elberet
This commit is contained in:
Jens Maier 2015-04-08 11:14:06 +02:00
parent 2d9d60e9a2
commit 5d4a22920e

View File

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