Commit 74f7a8698e943b534966faea17db6f64ea62cd3f
1 parent
28321497
Exists in
master
and in
5 other branches
style for social networks block
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2642,11 +2642,13 @@ body.action-embed-index { |
2642 | 2642 | /** Bloco de redes sociais **/ |
2643 | 2643 | .twitter_widget_topo { |
2644 | 2644 | height: 27px; |
2645 | + margin-top: 12px; | |
2645 | 2646 | background: url(images/twitter-widget.png) no-repeat; |
2646 | 2647 | } |
2647 | 2648 | |
2648 | 2649 | .facebook_widget_topo { |
2649 | 2650 | height: 27px; |
2651 | + margin-top: 12px; | |
2650 | 2652 | background: url(images/facebook-widget.png) no-repeat; |
2651 | 2653 | } |
2652 | 2654 | ... | ... |