From 5576d65d15e5ebfecbc1de03851b2125c1dafcd6 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sat, 4 Apr 2015 09:10:05 -0700 Subject: [PATCH] Redoing that stupid fix mobile/small screen thing Conflicts: app/assets/stylesheets/themes/default/layout/_body.scss --- app/assets/stylesheets/themes/default/layout/_body.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index a25a1fd..75299cc 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -27,6 +27,13 @@ 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 {