From b8d04c42380bd365f5010128ad7a289bf506b5c1 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 17 Feb 2016 18:54:52 +0200 Subject: [PATCH] more avatar fixes --- less/style.less | 8 -------- templates/partials/modals/votes_modal.tpl | 8 ++++---- 2 files changed, 4 insertions(+), 12 deletions(-) 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