update .item-avatar .item-img to .item-image for consistency w/ thumbnails

This commit is contained in:
Adam Bradley
2014-03-18 22:56:13 -05:00
parent 947b8d6943
commit 256ab116cd

View File

@@ -443,7 +443,7 @@ button.item-button-right:after,
min-height: $item-avatar-width + ($item-padding * 2);
> img:first-child,
.item-img {
.item-image {
position: absolute;
top: $item-padding;
left: $item-padding;