diff --git a/templates/contest/ranking.html b/templates/contest/ranking.html
index 90638d0..b1ea565 100644
--- a/templates/contest/ranking.html
+++ b/templates/contest/ranking.html
@@ -323,7 +323,8 @@
}
else {
$('tr').show();
- $('.friend').last().find('td').removeAttr('style');
+ $('.friend').last().find('td').css({'border-bottom-width':
+ '', 'border-color': ''});
}
})
{% endif %}