Fix avatar background to always be white (since that's what is expected)

This commit is contained in:
Joseph Schorr 2015-04-08 16:36:34 -04:00
parent 7dccd5acbe
commit 48f3e9af1d

View file

@ -16,6 +16,7 @@
position: absolute;
top: 0px;
left: 0px;
background: white;
}
.avatar-element .letter {