From aa68730237700a812e4d3aa5cd94458282e205de Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 30 Oct 2014 14:27:26 -0500 Subject: [PATCH] Fix airy to properly work with the "forced to the bottom of the page" footer --- mediagoblin/themes/airy/assets/css/airy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index fca19a5a..7539997e 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -1,4 +1,4 @@ -body { +html, body { color: #4a4a4a; background-color: #F7F7F7; }