Commit 0c14eb1612886562598a6ec1050e879ad20ccfd7

Authored by Victor Costa
1 parent 2cf87d09

style for social networks block

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
style.css
... ... @@ -2640,11 +2640,11 @@ body.action-embed-index {
2640 2640 /** Bloco de redes sociais **/
2641 2641 .twitter_widget_topo {
2642 2642 height: 50px;
2643   - background-image: url(images/twitter-widget.png);
  2643 + background: url(images/twitter-widget.png) no-repeat;
2644 2644 }
2645 2645  
2646 2646 .facebook_widget_topo {
2647 2647 height: 50px;
2648   - background-image: url(images/facebook-widget.png);
  2648 + background: url(images/facebook-widget.png) no-repeat;
2649 2649 }
2650 2650  
... ...