diff --git a/less/style.less b/less/style.less
index 2416175..416f459 100644
--- a/less/style.less
+++ b/less/style.less
@@ -66,14 +66,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
}
}
-.profile-image {
- .user-icon-style(52px, 2.6rem);
-
- &.small {
- .user-icon-style(26px, 1.3rem);
- }
-}
-
.status {
font-size: 10px;
vertical-align: middle;
diff --git a/templates/partials/modals/votes_modal.tpl b/templates/partials/modals/votes_modal.tpl
index 7b8560f..05bdc94 100644
--- a/templates/partials/modals/votes_modal.tpl
+++ b/templates/partials/modals/votes_modal.tpl
@@ -2,9 +2,9 @@
-
+
-{upvoters.icon:text}
+{upvoters.icon:text}
@@ -13,9 +13,9 @@
-
+
-{downvoters.icon:text}
+{downvoters.icon:text}
\ No newline at end of file