From f287de542b101f39c1712cc90afc289917657453 Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Sat, 7 Jun 2014 12:45:36 +0100 Subject: [PATCH] Fixes body background --- .../stylesheets/themes/default/layout/_body.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index b227c40..a25a1fd 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -4,6 +4,15 @@ $container-padding: 2em; +html { + background: { + color: $blue; + image: image-url("#{$theme-path}/layout/background.jpg"); + position: top center; + repeat: no-repeat; + } +} + html, body { margin: 0; @@ -18,13 +27,6 @@ body#tinymce { #container { min-height: 100%; - min-width: 1020px; - background: { - color: $blue; - image: image-url("#{$theme-path}/layout/background.jpg"); - position: top center; - repeat: no-repeat; - } } .wrapper {