From 24694939ea31f87d5d86042ccf9e6656f56c7102 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Tue, 21 Jan 2014 15:10:34 -0300 Subject: [PATCH] fix height of footer --- public/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/common.css b/public/css/common.css index ccbc427..300daeb 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -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; }