mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Fixes body background
This commit is contained in:
parent
2be656bcd1
commit
f287de542b
1 changed files with 9 additions and 7 deletions
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
$container-padding: 2em;
|
$container-padding: 2em;
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: {
|
||||||
|
color: $blue;
|
||||||
|
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||||
|
position: top center;
|
||||||
|
repeat: no-repeat;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -18,13 +27,6 @@ body#tinymce {
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
min-width: 1020px;
|
|
||||||
background: {
|
|
||||||
color: $blue;
|
|
||||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
|
||||||
position: top center;
|
|
||||||
repeat: no-repeat;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|
Loading…
Reference in a new issue