Fixes body background

This commit is contained in:
Luke Barratt 2014-06-07 12:45:36 +01:00
parent bca05d166b
commit e2cb0fe8aa

View file

@ -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,12 +27,6 @@ body#tinymce {
#container {
min-height: 100%;
background: {
color: $blue;
image: image-url("#{$theme-path}/layout/background.jpg");
position: top center;
repeat: no-repeat;
}
}
.wrapper {