Commit 0bf51bc6eff2aed9354841fb38570147cc49bd86
1 parent
01023869
Exists in
master
and in
29 other branches
ActionItem110: Bug Fix, margin-top in footer
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@702 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/designs/templates/default/stylesheets/style.css
@@ -52,7 +52,7 @@ height: 135px; | @@ -52,7 +52,7 @@ height: 135px; | ||
52 | text-align: center; | 52 | text-align: center; |
53 | font-size: smaller; | 53 | font-size: smaller; |
54 | color: #333; | 54 | color: #333; |
55 | - margin-top: 2em; | 55 | + margin: 0px; |
56 | padding: 5px; | 56 | padding: 5px; |
57 | background: #c5d0df url("../images/bg_footer.png") top left repeat-x; | 57 | background: #c5d0df url("../images/bg_footer.png") top left repeat-x; |
58 | } | 58 | } |