Commit 54e9ff700b20f751bf724b289ccc2436ee6b13a6

Authored by Victor Costa
1 parent 0c14eb16

style for social networks block

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