- Footer is more positioned in the bottom

This commit is contained in:
Paulo Gustavo Veiga
2012-09-12 23:29:57 -03:00
parent 022e3d982a
commit 4c988d4ae2
8 changed files with 21 additions and 14 deletions

View File

@@ -102,6 +102,11 @@ div#headerButtons activelink a, div#headerButtons activelink a:hover {
#footer {
border-top: 1px black solid;
padding-top: 15px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #ffffff;
}
div#paypal {