From a0f42632e0cda20c623cb1fa94b9eb1efb8f8ae3 Mon Sep 17 00:00:00 2001 From: yw80 Date: Mon, 20 Jul 2015 15:43:23 +0800 Subject: [PATCH] Remove the blank line at the bottom of every page after the default theme rendering. Set a background color to #layout-footer In Site.css, you can clearly see the blank line at the bottom. --- src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css index 61bbfe837..4a52c7a28 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css @@ -66,6 +66,7 @@ header, footer, aside, nav, article { display: block; } content: "."; display: block; height: 0; + font-size: 0; clear: both; visibility: hidden; } @@ -75,6 +76,7 @@ header, footer, aside, nav, article { display: block; } content: "."; display: block; height: 0; + font-size: 0; clear: both; visibility: hidden; }