From dca1bc9d6bef26adb26d311f7d80d27f285ada75 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 17 Mar 2014 09:45:14 -0300 Subject: [PATCH] Hide vote actions on pairwise --- style.css | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 431fea1..f4a35c3 100644 --- a/style.css +++ b/style.css @@ -2784,6 +2784,9 @@ body.contraste #social-icons #sb_flickr:hover { } /* Plugin para curtir artigos e comentários */ +.pairwise-plugin_pairwise-content .vote-actions { + display: none; +} .action .dislike:before { content: url(images/negative-hand.png); -- libgit2 0.21.2