diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-30 14:27:26 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-30 14:27:26 -0500 |
commit | aa68730237700a812e4d3aa5cd94458282e205de (patch) | |
tree | 99be07ad241b49e95f7c2f2174a63f0ebea436b6 /mediagoblin/themes | |
parent | 9a248310f72e1e601deece50c9eca55a5243a64b (diff) | |
download | mediagoblin-aa68730237700a812e4d3aa5cd94458282e205de.tar.lz mediagoblin-aa68730237700a812e4d3aa5cd94458282e205de.tar.xz mediagoblin-aa68730237700a812e4d3aa5cd94458282e205de.zip |
Fix airy to properly work with the "forced to the bottom of the page" footer
Diffstat (limited to 'mediagoblin/themes')
-rw-r--r-- | mediagoblin/themes/airy/assets/css/airy.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |