Merge pull request #110 from cmgustavo/bug/01footer

fix height of footer
This commit is contained in:
Mario Colque 2014-01-21 10:34:08 -08:00
commit 9579fc08ad
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -44px;
margin: 0 auto -51px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}