Commit d6f391741e9931ba6c4736b5cfbb48b7490a645b
Exists in
master
and in
4 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2812,6 +2812,9 @@ body.contraste #social-icons #sb_flickr:hover { |
2812 | 2812 | } |
2813 | 2813 | |
2814 | 2814 | /* Plugin para curtir artigos e comentários */ |
2815 | +.pairwise-plugin_pairwise-content .vote-actions { | |
2816 | + display: none; | |
2817 | +} | |
2815 | 2818 | |
2816 | 2819 | .action .dislike:before { |
2817 | 2820 | content: url(images/negative-hand.png); | ... | ... |