Commit 0bf51bc6eff2aed9354841fb38570147cc49bd86

Authored by ValessioBrito
1 parent 01023869

ActionItem110: Bug Fix, margin-top in footer



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@702 3f533792-8f58-4932-b0fe-aaf55b0a4547
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 }