From d8a8c3c2abd91007a56751666c7ba2eaad88c22f Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 3 Oct 2014 10:31:06 +0200 Subject: [PATCH] Issue #2307533 followup by ckrina: Fixed Insufficient space at page bottom. --- core/themes/seven/css/layout/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes/seven/css/layout/layout.css b/core/themes/seven/css/layout/layout.css index 7bab284ab99..71fc92b23c0 100644 --- a/core/themes/seven/css/layout/layout.css +++ b/core/themes/seven/css/layout/layout.css @@ -39,6 +39,6 @@ /** * Add spacing to bottom of pages */ -.region-content { +#content { margin-bottom: 80px; }